Skip to content

Commit

Permalink
chore(dockerfile): upgrade to latest alpine image (#1564) (#1566)
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Motevasselani <cameron@armory.io>
(cherry picked from commit d98ef19)

Co-authored-by: Cameron Motevasselani <cmotevasselani@gmail.com>
  • Loading branch information
mergify[bot] and link108 authored Aug 3, 2022
1 parent 1158057 commit 570d8d7
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 570d8d7

Please sign in to comment.