8000 Merge pull request #76 from sir-gon/renovate/ubuntu-24.x · sir-gon/algorithm-exercises-cpp@7469980 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7469980

Browse files
authored
Merge pull request #76 from sir-gon/renovate/ubuntu-24.x
Update ubuntu Docker tag to noble-20250127
2 parents 34c42ac + 6da7bd8 commit 7469980

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}
@@ -111,7 +111,7 @@ COPY --from=builder ${WORKDIR}/build ${WORKDIR}/
111111

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

114-
FROM ubuntu:noble-20241118.1 AS production
114+
FROM ubuntu:noble-20250127 AS production
115115

116116
ENV LOG_LEVEL=INFO
117117
ENV BRUTEFORCE=false

0 commit comments

Comments
 (0)
0