We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7cd8c5 commit 1ed067fCopy full SHA for 1ed067f
Dockerfile_backend
@@ -20,7 +20,7 @@ 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:24.04 as runner
23
-ENV ATLAS_VERSION v0.31.1
+ENV ATLAS_VERSION v0.31.0
24
ARG COMMIT_SHA
25
WORKDIR /app
26
0 commit comments