Skip to content

Commit

Permalink
Update java to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jerdebsp authored Dec 12, 2024
1 parent 168da3e commit 03a4bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
include:
- package: "x86_64"
platform: linux/amd64
base: eclipse-temurin:11-alpine
base: eclipse-temurin:17-alpine
- package: "arm64"
platform: linux/arm64
base: amazoncorretto:11-alpine3.18-jdk
base: amazoncorretto:17-alpine3.18-jdk

steps:
- name: lowercase image name
Expand Down

0 comments on commit 03a4bf2

Please sign in to comment.