Skip to content

Commit

Permalink
Update base image to Alpine 3.15 (uber#4804)
Browse files Browse the repository at this point in the history
  • Loading branch information
WToma committed Apr 26, 2022
1 parent e1aaeb7 commit 5be511b
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
Expand Up @@ -51,7 +51,7 @@ RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSI


# Alpine base image
FROM alpine:3.11 AS alpine
FROM alpine:3.15 AS alpine

RUN apk add --update --no-cache ca-certificates tzdata bash curl

Expand Down

0 comments on commit 5be511b

Please sign in to comment.