Skip to content

Commit 2cf50d7

Browse files
chore(deps): update alpine docker tag to v3.14 (#85)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 34bb7b6 commit 2cf50d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# TODO: Using alpine for now due to easier installation of skopeo
77
# Will use distroless after incorporating skopeo into the webhook directly
8-
FROM alpine:3.13
8+
FROM alpine:3.14
99
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community "skopeo>=1.2.0"
1010

1111
COPY k8s-image-swapper /

0 commit comments

Comments
 (0)