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 1dae6df commit 4f49fb3Copy full SHA for 4f49fb3
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:noble-20250404 AS init
+FROM ubuntu:noble-20250415.1 AS init
2
3
ENV WORKDIR=/app
4
WORKDIR ${WORKDIR}
@@ -113,7 +113,7 @@ COPY --from=builder ${WORKDIR}/build ${WORKDIR}/
113
114
CMD ["make", "test"]
115
116
-FROM ubuntu:noble-20250404 AS production
+FROM ubuntu:noble-20250415.1 AS production
117
118
ENV LOG_LEVEL=INFO
119
ENV BRUTEFORCE=false
0 commit comments