Skip to content

Commit

Permalink
chore(dockerfile): upgrade to latest alpine image (backport #1151) (#…
Browse files Browse the repository at this point in the history
…1152)

Co-authored-by: Cameron Motevasselani <cameron@armory.io>
Co-authored-by: Cameron Motevasselani <cmotevasselani@gmail.com>
  • Loading branch information
3 people committed Aug 17, 2022
1 parent 19566df commit abeb671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.16
LABEL maintainer="sig-platform@spinnaker.io"
RUN apk --no-cache add --update bash openjdk11-jre
RUN addgroup -S -g 10111 spinnaker
Expand Down

0 comments on commit abeb671

Please sign in to comment.