We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea67db commit e1b7364Copy full SHA for e1b7364
cloud/docker-image/src/main/docker/Dockerfile
@@ -25,7 +25,7 @@ RUN cat zpm.json.template | sed "s/\${VERSION}/${project.version}/g" | tee zpm.j
25
RUN ./zpmw install --debug --exclude-remote-repositories
26
RUN ./zpmw clean --keep-image
27
28
-FROM ubuntu:jammy-20240530
+FROM ubuntu:jammy-20240808
29
30
ENV ZILLA_VERSION ${project.version}
31
0 commit comments