Skip to content

Commit 1fd2c5a

Browse files
authored
Switch docker to last LTS JRE 21 (#84)
1 parent 36a37ac commit 1fd2c5a

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
@@ -81,7 +81,7 @@ jobs:
8181
file: ./openig-docker/Dockerfile
8282
build-args: |
8383
VERSION=${{ env.release_version }}
84-
platforms: linux/amd64, linux/arm64/8, linux/arm/v7, linux/ppc64le, linux/s390x
84+
platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x
8585
push: true
8686
tags: ${{ steps.meta.outputs.tags }}
8787
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/release.yml

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

openig-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM tomcat:9-jre17
1+
FROM tomcat:9-jre21
22

33
MAINTAINER Open Identity Platform Community <open-identity-platform-openig@googlegroups.com>
44

0 commit comments

Comments
 (0)