Skip to content

Commit 8cf54c3

Browse files
authored
Merge pull request #51 from sir-gon/renovate/ubuntu-24.x
Update ubuntu Docker tag to oracular-20240918
2 parents d398a03 + f3c7270 commit 8cf54c3

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

109109
ENV LOG_LEVEL=INFO
110110
ENV BRUTEFORCE=false

0 commit comments

Comments
 (0)