Skip to content

Commit

Permalink
chore(dockerfile): upgrade to latest alpine image (#1193)
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Motevasselani <cameron@armory.io>
(cherry picked from commit fe7fae8)
  • Loading branch information
link108 authored and mergify[bot] committed Aug 3, 2022
1 parent 6a42b62 commit cb91f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.compile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.16
RUN apk add --update \
openjdk11 \
&& rm -rf /var/cache/apk
Expand Down

0 comments on commit cb91f64

Please sign in to comment.