diff --git a/.github/workflows/docker_publish.yaml b/.github/workflows/docker_publish.yaml old mode 100644 new mode 100755 index 6f8af02..8ee61d5 --- a/.github/workflows/docker_publish.yaml +++ b/.github/workflows/docker_publish.yaml @@ -5,7 +5,7 @@ on: branches: [ master ] env: - VERSION: 23.0.0 + VERSION: 25.0.0 jobs: push: diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 index 43a5a92..4654c26 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:23-jdk-noble +FROM eclipse-temurin:25 # https://github.com/adoptium/containers/blob/main/22/jdk/ubuntu/noble/Dockerfile RUN apt-get update && apt-get install -y \ diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/keycloak.dockerfile b/keycloak.dockerfile old mode 100644 new mode 100755