Skip to content

Commit

Permalink
upgrade atlas version
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes committed Feb 18, 2025
1 parent 728af89 commit 78b8501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_backend
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN go build -ldflags="-X 'main.Version=${COMMIT_SHA}'" -o backend_exe ./backend

# Multi-stage build will just copy the binary to an alpine image.
FROM ubuntu:24.04 as runner
ENV ATLAS_VERSION v0.28.0
ENV ATLAS_VERSION v0.30.0
ARG COMMIT_SHA
WORKDIR /app

Expand Down

0 comments on commit 78b8501

Please sign in to comment.