We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0019728 commit 50d8d70Copy full SHA for 50d8d70
Dockerfile
@@ -6,7 +6,7 @@ FROM koalaman/shellcheck:v0.8.0 AS shellcheck
6
#
7
# Create a shunit stage to pull a fixed commit into /shunit2
8
9
-FROM alpine:3.17.3 AS shunit
+FROM alpine:3.18.3 AS shunit
10
11
ARG SHUNIT2_SHA=ba130d69bbff304c0c6a9c5e8ab549ae140d6225
12
ARG SHUNIT2_URL=https://github.com/kward/shunit2/archive/${SHUNIT2_SHA}.tar.gz
@@ -41,7 +41,7 @@ CMD ["/bin/sh"]
41
42
# Base the shpy image on Alpine Linux
43
44
-FROM alpine:3.17.3 AS shpy
+FROM alpine:3.18.3 AS shpy
45
46
# Enable the community repo to install dash
47
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories
0 commit comments