Skip to content

Commit 7911451

Browse files
authored
Merge pull request #35 from sir-gon/renovate/ubuntu-24.x
Update ubuntu Docker tag to oracular-20240913
2 parents 0d75024 + b2857fd commit 7911451

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-20240913 AS init
22

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

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

108-
FROM ubuntu:24.10 AS production
108+
FROM ubuntu:oracular-20240913 AS production
109109

110110
ENV LOG_LEVEL=INFO
111111
ENV BRUTEFORCE=false

0 commit comments

Comments
 (0)