Skip to content

Commit 0498308

Browse files
authored
Merge pull request #582 from LiilyZhang/zhangl/updateDocker
Update MMS and Secret service to use curl<7.88.0
2 parents bfc998a + 01d1aa0 commit 0498308

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

edge/services/helloMMS/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM alpine:latest
1+
FROM alpine:3.16
22

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

55
COPY config.json /
66
COPY *.sh /
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM alpine:latest
1+
FROM alpine:3.16
22

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

55
COPY *.sh /
66
WORKDIR /
7-
CMD /service.sh
7+
CMD /service.sh

0 commit comments

Comments
 (0)