Skip to content

Commit c3ac239

Browse files
authored
Switch docker to last LTS JRE 21 (#70)
1 parent 7c4cd2e commit c3ac239

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
file: ./Dockerfile
110110
build-args: |
111111
VERSION=${{ env.release_version }}
112-
platforms: linux/amd64, linux/arm64/8, linux/arm/v7, linux/ppc64le , linux/s390x
112+
platforms: linux/amd64, linux/arm64/8, linux/ppc64le, linux/s390x #, linux/arm/v7
113113
push: true
114114
tags: ${{ steps.meta.outputs.tags }}
115115
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
file: ./Dockerfile
153153
build-args: |
154154
VERSION=${{ github.event.inputs.releaseVersion }}
155-
platforms: linux/amd64, linux/arm64/8, linux/arm/v7, linux/ppc64le , linux/s390x
155+
platforms: linux/amd64, linux/arm64/8, linux/ppc64le, linux/s390x #, linux/arm/v7
156156
push: true
157157
tags: ${{ steps.meta.outputs.tags }}
158158
labels: ${{ steps.meta.outputs.labels }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:19-jre-jammy
1+
FROM eclipse-temurin:21-jre-jammy
22

33
MAINTAINER Open Identity Platform Community <[email protected]>
44

0 commit comments

Comments
 (0)