Skip to content

Commit

Permalink
chore(docker): Update docker and as such openjdk (#734)
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Motevasselani <cmotevasselani@gmail.com>
  • Loading branch information
jasonmcintosh and link108 committed Feb 9, 2021
1 parent 2353a3e commit 5a60bef
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.12
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.12
LABEL maintainer="sig-platform@spinnaker.io"

WORKDIR /packer
Expand Down

0 comments on commit 5a60bef

Please sign in to comment.