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