Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

Commit db14404

Browse files
chore(upgrades): Update OS to latest supported releases (#1189)
* chore(java): Full Java 17 support only * chore(java): Full Java 17 support only * chore(upgrades): Update OS to latest supported releases
1 parent c198373 commit db14404

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:bionic
1+
FROM ubuntu:jammy
22
RUN apt-get update && apt-get install -y \
33
openjdk-17-jdk \
44
&& rm -rf /var/lib/apt/lists/*

Dockerfile.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.16
1+
FROM alpine:3.20
22
LABEL maintainer="sig-platform@spinnaker.io"
33
RUN apk --no-cache add --update bash curl openjdk17-jre
44
RUN addgroup -S -g 10111 spinnaker

Dockerfile.ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:bionic
1+
FROM ubuntu:jammy
22
LABEL maintainer="sig-platform@spinnaker.io"
33
RUN apt-get update && apt-get -y install curl openjdk-17-jre-headless wget
44
RUN adduser --system --uid 10111 --group spinnaker

0 commit comments

Comments
 (0)