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 012503a commit 47a8007Copy full SHA for 47a8007
Dockerfile_drift
@@ -20,7 +20,7 @@ RUN go build -ldflags="-X 'main.Version=${COMMIT_SHA}'" -o drift_exe ./ee/drift/
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
Dockerfile_tasks
@@ -20,7 +20,7 @@ RUN go build -ldflags="-X 'main.Version=${COMMIT_SHA}'" -o tasks_exe ./backend/t
0 commit comments