Skip to content

Commit 3083475

Browse files
Update ubuntu Docker tag to oracular-20241120
1 parent b9feb54 commit 3083475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.10 AS init
1+
FROM ubuntu:oracular-20241120 AS init
22

33
ENV WORKDIR=/app
44
WORKDIR ${WORKDIR}
@@ -104,7 +104,7 @@ COPY --from=builder ${WORKDIR}/build ${WORKDIR}/
104104

105105
CMD ["make", "test"]
106106

107-
FROM ubuntu:24.10 AS production
107+
FROM ubuntu:oracular-20241120 AS production
108108

109109
ENV LOG_LEVEL=INFO
110110
ENV BRUTEFORCE=false

0 commit comments

Comments
 (0)