Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile_backend
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \

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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_backend_ee
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ARG GOFIPS140_VALUE=off
# Set environment variables using the build arguments
ENV GODEBUG=$GODEBUG_VALUE
ENV GOFIPS140=$GOFIPS140_VALUE
ENV ATLAS_VERSION v0.31.0
ENV ATLAS_VERSION v0.38.0

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_drift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \

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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_tasks
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \

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

Expand Down
Loading