Skip to content

Commit

Permalink
Merge branch 'BEDS-96/docker-update-go-version' into staging-2
Browse files Browse the repository at this point in the history
  • Loading branch information
remoterami committed Jan 27, 2025
2 parents 77ae0d3 + 5ce772c commit 5345f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this is meant to be built with the root of this repo as build-context
FROM golang:1.23.0 AS build-env
FROM golang:1.23.1 AS build-env
COPY backend/go.mod backend/go.sum /src/backend/
WORKDIR /src/backend
RUN go mod download
Expand Down

0 comments on commit 5345f13

Please sign in to comment.