We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb5890 commit a20ffd0Copy full SHA for a20ffd0
1 file changed
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM azul/zulu-openjdk-debian:24-latest AS build
+FROM azul/zulu-openjdk-debian:25-latest AS build
2
WORKDIR /app
3
COPY . /app
4
RUN chmod +x ./gradlew && ./gradlew build installDist
5
-FROM azul/zulu-openjdk-debian:24-latest AS prod
+FROM azul/zulu-openjdk-debian:25-latest AS prod
6
RUN apt-get update && apt-get install -y --no-install-recommends \
7
osslsigncode \
8
nano \
0 commit comments