Skip to content

Commit

Permalink
chore: OpenJDK 25 EA update
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Jan 18, 2025
1 parent 92e93f7 commit 195466d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://docs.docker.com/develop/develop-images/dockerfile_best-practices/

# Global build args
ARG JDK_VERSION=24
ARG JDK_VERSION=25
ARG APP_USER=app
ARG APP_VERSION="4.0.0"
ARG APP_DIR="/app"
Expand Down
2 changes: 1 addition & 1 deletion compose/clickhouse-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
# # replicas: 1
#
db-data:
image: openjdk:24-slim
image: openjdk:25-slim
restart: always
volumes:
- clickhouse-data:/data/clickhouse/data
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:

db-files:
container_name: pgdata-files
image: openjdk:24-slim
image: openjdk:25-slim
restart: always
volumes:
- pg-data:/data/pg
Expand Down
2 changes: 1 addition & 1 deletion compose/graalvm-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
context: ..
target: graalvm-static
# args:
# GRAAL_JDK_VERSION: 24
# GRAAL_JDK_VERSION: 25
platform: linux/amd64
command: [ "${NI_NAME_AMD64:-amd64}" ]
environment:
Expand Down

0 comments on commit 195466d

Please sign in to comment.