Skip to content

Commit

Permalink
Merge pull request open-horizon#582 from LiilyZhang/zhangl/updateDocker
Browse files Browse the repository at this point in the history
Update MMS and Secret service to use curl<7.88.0
  • Loading branch information
johnwalicki authored Mar 7, 2023
2 parents bfc998a + 01d1aa0 commit 0498308
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions edge/services/helloMMS/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest
FROM alpine:3.16

RUN apk --no-cache --update add jq curl bash
RUN apk --no-cache --update add jq 'curl<7.88.0' bash

COPY config.json /
COPY *.sh /
Expand Down
6 changes: 3 additions & 3 deletions edge/services/helloSecretWorld/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest
FROM alpine:3.16

RUN apk --no-cache --update add jq curl bash
RUN apk --no-cache --update add jq 'curl<7.88.0' bash

COPY *.sh /
WORKDIR /
CMD /service.sh
CMD /service.sh

0 comments on commit 0498308

Please sign in to comment.