We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b0169 commit 9b5ea65Copy full SHA for 9b5ea65
Dockerfile_backend_ee
@@ -20,7 +20,7 @@ RUN go build -ldflags="-X 'main.Version=${COMMIT_SHA}'" -o backend_exe ./ee/back
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.28.0
+ENV ATLAS_VERSION v0.31.0
24
ARG COMMIT_SHA
25
WORKDIR /app
26
0 commit comments