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.
2 parents 34c42ac + 6da7bd8 commit 7469980Copy full SHA for 7469980
1 file changed
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}
@@ -111,7 +111,7 @@ COPY --from=builder ${WORKDIR}/build ${WORKDIR}/
111
112
CMD ["make", "test"]
113
114
-FROM ubuntu:noble-20241118.1 AS production
+FROM ubuntu:noble-20250127 AS production
115
116
ENV LOG_LEVEL=INFO
117
ENV BRUTEFORCE=false
0 commit comments