Skip to content

Commit a20ffd0

Browse files
committed
[ANY] Make Java 25 by default in Dockerfile
1 parent fcb5890 commit a20ffd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM azul/zulu-openjdk-debian:24-latest AS build
1+
FROM azul/zulu-openjdk-debian:25-latest AS build
22
WORKDIR /app
33
COPY . /app
44
RUN chmod +x ./gradlew && ./gradlew build installDist
5-
FROM azul/zulu-openjdk-debian:24-latest AS prod
5+
FROM azul/zulu-openjdk-debian:25-latest AS prod
66
RUN apt-get update && apt-get install -y --no-install-recommends \
77
osslsigncode \
88
nano \

0 commit comments

Comments
 (0)