Skip to content

Commit

Permalink
Update a9f7037 with java 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuki committed Oct 7, 2024
1 parent 9d4e779 commit f5d6ff5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gs/entrypoint_gc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ elif echo "$version" | grep -F -w "4.7"; then
version_res="4.7"
# resmd5=""
elif echo "$version" | grep -F -w "5.0"; then
version_res="4.7"
version_res="5.0"
# resmd5=""
fi

Expand Down
2 changes: 1 addition & 1 deletion gs/os-loc-alpine-gc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jdk-alpine
FROM eclipse-temurin:22-jdk-alpine
RUN \
# Install json utilities for config.json, TODO: remove git after zip function in gc finished and nodejs, procps used for ps monitors
apk add --no-cache nodejs git curl procps &&\
Expand Down
2 changes: 1 addition & 1 deletion gs/os-loc-ubuntu-gc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jdk
FROM eclipse-temurin:22-jdk
RUN \
apt-get update && apt-get -y install git curl nodejs &&\
# Install json utilities for config.json
Expand Down
2 changes: 1 addition & 1 deletion gs/os-ubuntu-gc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jdk as build
FROM eclipse-temurin:22-jdk as build

WORKDIR /work

Expand Down
2 changes: 1 addition & 1 deletion gs/os-ubuntu-gc-action
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jdk as build
FROM eclipse-temurin:22-jdk as build

WORKDIR /work

Expand Down
2 changes: 1 addition & 1 deletion gs/ver_GSServer-GC-5.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3562d4a
a9f7037

0 comments on commit f5d6ff5

Please sign in to comment.