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
jasonmcintosh authored Nov 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6d036e8 commit 25ba71e
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="[email protected]"
ENV GRADLE_USER_HOME /workspace/.gradle
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="[email protected]"
RUN apk --no-cache add --update bash curl openjdk17-jre
RUN addgroup -S -g 10111 spinnaker

0 comments on commit 25ba71e

Please sign in to comment.