Skip to content

Commit f5d6ff5

Browse files
author
Yuuki
committedOct 7, 2024
Update a9f7037 with java 22
1 parent 9d4e779 commit f5d6ff5

6 files changed

+6
-6
lines changed
 

‎gs/entrypoint_gc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ elif echo "$version" | grep -F -w "4.7"; then
168168
version_res="4.7"
169169
# resmd5=""
170170
elif echo "$version" | grep -F -w "5.0"; then
171-
version_res="4.7"
171+
version_res="5.0"
172172
# resmd5=""
173173
fi
174174

‎gs/os-loc-alpine-gc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:17-jdk-alpine
1+
FROM eclipse-temurin:22-jdk-alpine
22
RUN \
33
# Install json utilities for config.json, TODO: remove git after zip function in gc finished and nodejs, procps used for ps monitors
44
apk add --no-cache nodejs git curl procps &&\

‎gs/os-loc-ubuntu-gc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:17-jdk
1+
FROM eclipse-temurin:22-jdk
22
RUN \
33
apt-get update && apt-get -y install git curl nodejs &&\
44
# Install json utilities for config.json

‎gs/os-ubuntu-gc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:17-jdk as build
1+
FROM eclipse-temurin:22-jdk as build
22

33
WORKDIR /work
44

‎gs/os-ubuntu-gc-action

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:17-jdk as build
1+
FROM eclipse-temurin:22-jdk as build
22

33
WORKDIR /work
44

‎gs/ver_GSServer-GC-5.0

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3562d4a
1+
a9f7037

0 commit comments

Comments
 (0)