We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d08e0 commit 488bb6fCopy full SHA for 488bb6f
Dockerfile_backend
@@ -19,7 +19,7 @@ RUN go version
19
RUN go build -ldflags="-X 'main.Version=${COMMIT_SHA}'" -o backend_exe ./backend/
20
21
# Multi-stage build will just copy the binary to an alpine image.
22
-FROM ubuntu:22.04 as runner
+FROM ubuntu:24.04 as runner
23
ENV ATLAS_VERSION v0.16.0
24
ARG COMMIT_SHA
25
WORKDIR /app
Dockerfile_tasks
RUN go build -ldflags="-X 'main.Version=${COMMIT_SHA}'" -o tasks_exe ./backend/tasks
0 commit comments