We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfc998a + 01d1aa0 commit 0498308Copy full SHA for 0498308
edge/services/helloMMS/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM alpine:latest
+FROM alpine:3.16
2
3
-RUN apk --no-cache --update add jq curl bash
+RUN apk --no-cache --update add jq 'curl<7.88.0' bash
4
5
COPY config.json /
6
COPY *.sh /
edge/services/helloSecretWorld/Dockerfile
@@ -1,7 +1,7 @@
WORKDIR /
7
-CMD /service.sh
+CMD /service.sh
0 commit comments