Skip to content

Commit

Permalink
chore(upgrades): Update OS to latest supported releases (#1849)
Browse files Browse the repository at this point in the history
* chore(java): Upgrade fully to java 17

* chore(java): Remove cross compilation flag

* chore(java): Full Java 17 support only

* chore(upgrades): Update OS to latest supported releases
  • Loading branch information
jasonmcintosh authored Nov 19, 2024
1 parent 6d036e8 commit 25ba71e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.compile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.18
FROM alpine:3.20
RUN apk add --update \
openjdk11 \
openjdk17 \
&& rm -rf /var/cache/apk
LABEL maintainer="sig-platform@spinnaker.io"
ENV GRADLE_USER_HOME /workspace/.gradle
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.18
FROM alpine:3.20
LABEL maintainer="sig-platform@spinnaker.io"
RUN apk --no-cache add --update bash curl openjdk17-jre
RUN addgroup -S -g 10111 spinnaker
Expand Down

0 comments on commit 25ba71e

Please sign in to comment.