Skip to content

Commit

Permalink
chore(dockerfile): upgrade to latest alpine image (backport #894) (#895)
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Motevasselani <cameron@armory.io>
Co-authored-by: Cameron Motevasselani <cmotevasselani@gmail.com>
  • Loading branch information
3 people committed Aug 3, 2022
1 parent 1256d50 commit c12dfb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.compile
@@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.16
RUN apk add --update \
openjdk11 \
&& rm -rf /var/cache/apk
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.slim
@@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.16
LABEL maintainer="sig-platform@spinnaker.io"

ENV KUSTOMIZE_VERSION=3.8.5
Expand Down

0 comments on commit c12dfb8

Please sign in to comment.