Skip to content

Commit

Permalink
chore: bump alpine version in dockerfile (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
naioja committed Dec 20, 2021
1 parent d2f1185 commit 6ff1d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM alpine:3.11 as alpine
FROM --platform=$BUILDPLATFORM alpine:3.15 as alpine

RUN apk add --no-cache \
ca-certificates \
Expand Down

0 comments on commit 6ff1d8a

Please sign in to comment.