Skip to content

Commit 488bb6f

Browse files
chore(deps): update ubuntu docker tag to v24 (#1393)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17d08e0 commit 488bb6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile_backend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN go version
1919
RUN go build -ldflags="-X 'main.Version=${COMMIT_SHA}'" -o backend_exe ./backend/
2020

2121
# Multi-stage build will just copy the binary to an alpine image.
22-
FROM ubuntu:22.04 as runner
22+
FROM ubuntu:24.04 as runner
2323
ENV ATLAS_VERSION v0.16.0
2424
ARG COMMIT_SHA
2525
WORKDIR /app

Dockerfile_tasks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN go version
1919
RUN go build -ldflags="-X 'main.Version=${COMMIT_SHA}'" -o tasks_exe ./backend/tasks
2020

2121
# Multi-stage build will just copy the binary to an alpine image.
22-
FROM ubuntu:22.04 as runner
22+
FROM ubuntu:24.04 as runner
2323
ENV ATLAS_VERSION v0.16.0
2424
ARG COMMIT_SHA
2525
WORKDIR /app

0 commit comments

Comments
 (0)