Skip to content

Commit 5eb652c

Browse files
renovate[bot]Gonzalo Diaz
authored and
Gonzalo Diaz
committed
Update ubuntu Docker tag to oracular-20241009
1 parent 07ddfe5 commit 5eb652c

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:oracular-20240918 AS init
1+
FROM ubuntu:oracular-20241009 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:oracular-20240918 AS production
107+
FROM ubuntu:oracular-20241009 AS production
108108

109109
ENV LOG_LEVEL=INFO
110110
ENV BRUTEFORCE=false

0 commit comments

Comments
 (0)