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 07ddfe5 commit 5eb652cCopy full SHA for 5eb652c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:oracular-20240918 AS init
+FROM ubuntu:oracular-20241009 AS init
2
3
ENV WORKDIR=/app
4
WORKDIR ${WORKDIR}
@@ -104,7 +104,7 @@ COPY --from=builder ${WORKDIR}/build ${WORKDIR}/
104
105
CMD ["make", "test"]
106
107
-FROM ubuntu:oracular-20240918 AS production
+FROM ubuntu:oracular-20241009 AS production
108
109
ENV LOG_LEVEL=INFO
110
ENV BRUTEFORCE=false
0 commit comments