Skip to content

Commit 1ed067f

Browse files
committed
update fly version
1 parent b7cd8c5 commit 1ed067f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile_backend

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN go build -ldflags="-X 'main.Version=${COMMIT_SHA}'" -o backend_exe ./backend
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.31.1
23+
ENV ATLAS_VERSION v0.31.0
2424
ARG COMMIT_SHA
2525
WORKDIR /app
2626

0 commit comments

Comments
 (0)