Skip to content

Commit

Permalink
Fix java
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartinoscar committed Feb 15, 2025
1 parent 5c24ee0 commit e10d528
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion java/11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:11.0.13_8-jdk-focal
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:11-jdk-noble

LABEL author="Michael Parker" maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion java/17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:17-jdk-jammy
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:17-jdk-noble

LABEL author="Michael Parker" maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion java/19/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:19-jdk-jammy
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:19-jdk-focal

LABEL author="Michael Parker" maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion java/21/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:21-jdk-jammy
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:21-jdk-noble

LABEL author="Michael Parker" maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion java/22/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:22-jdk-jammy
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:22-jdk-noble

LABEL author="Michael Parker" maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion java/8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:8u312-b07-jdk-focal
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:8-jdk-noble

LABEL author="Michael Parker" maintainer="[email protected]"

Expand Down

0 comments on commit e10d528

Please sign in to comment.