Skip to content

Commit

Permalink
fix: update alpine to use 3.16 from 3.12
Browse files Browse the repository at this point in the history
update alpine to use 3.16 as 3.12 is not available anymore
  • Loading branch information
burib authored Nov 3, 2022
1 parent c747f24 commit 3430ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.16

RUN apk --no-cache --update add bash git \
&& rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 3430ac1

Please sign in to comment.