Skip to content

Commit 47a8007

Browse files
authored
updated atlas versions (#1983)
1 parent 012503a commit 47a8007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile_drift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN go build -ldflags="-X 'main.Version=${COMMIT_SHA}'" -o drift_exe ./ee/drift/
2020

2121
# Multi-stage build will just copy the binary to an alpine image.
2222
FROM ubuntu:24.04 as runner
23-
ENV ATLAS_VERSION v0.28.0
23+
ENV ATLAS_VERSION v0.31.0
2424
ARG COMMIT_SHA
2525
WORKDIR /app
2626

Dockerfile_tasks

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

2121
# Multi-stage build will just copy the binary to an alpine image.
2222
FROM ubuntu:24.04 as runner
23-
ENV ATLAS_VERSION v0.28.0
23+
ENV ATLAS_VERSION v0.31.0
2424
ARG COMMIT_SHA
2525
WORKDIR /app
2626

0 commit comments

Comments
 (0)