Skip to content

Commit 4db9688

Browse files
authored
Merge pull request #35 from sir-gon/renovate/ubuntu-24.x
Update ubuntu Docker tag to noble-20250127
2 parents 66c20af + 568e6d5 commit 4db9688

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:noble-20241118.1 AS init
1+
FROM ubuntu:noble-20250127 AS init
22

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

113113
CMD ["make", "test"]
114114

115-
FROM ubuntu:noble-20241118.1 AS production
115+
FROM ubuntu:noble-20250127 AS production
116116

117117
ENV LOG_LEVEL=INFO
118118
ENV BRUTEFORCE=false

0 commit comments

Comments
 (0)