Skip to content

Commit 50d8d70

Browse files
Update alpine Docker tag to v3.18.3
1 parent 0019728 commit 50d8d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM koalaman/shellcheck:v0.8.0 AS shellcheck
66
#
77
# Create a shunit stage to pull a fixed commit into /shunit2
88
#
9-
FROM alpine:3.17.3 AS shunit
9+
FROM alpine:3.18.3 AS shunit
1010

1111
ARG SHUNIT2_SHA=ba130d69bbff304c0c6a9c5e8ab549ae140d6225
1212
ARG SHUNIT2_URL=https://github.com/kward/shunit2/archive/${SHUNIT2_SHA}.tar.gz
@@ -41,7 +41,7 @@ CMD ["/bin/sh"]
4141
#
4242
# Base the shpy image on Alpine Linux
4343
#
44-
FROM alpine:3.17.3 AS shpy
44+
FROM alpine:3.18.3 AS shpy
4545

4646
# Enable the community repo to install dash
4747
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories

0 commit comments

Comments
 (0)