Skip to content

Commit

Permalink
Merge pull request #7 from burib/patch-1
Browse files Browse the repository at this point in the history
fix: update alpine to use 3.16 from 3.12
  • Loading branch information
giorod3 authored Jan 26, 2023
2 parents c747f24 + 3430ac1 commit 135720f
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 135720f

Please sign in to comment.