Skip to content

Commit

Permalink
Bump golang from 1.21-alpine to 1.23-alpine
Browse files Browse the repository at this point in the history
Bumps golang from 1.21-alpine to 1.23-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 002883d commit 82a63ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN npm run build
#
# Build backend
#
FROM golang:1.21-alpine as backend-builder
FROM golang:1.23-alpine as backend-builder

ARG TARGETARCH
ARG TARGETOS
Expand Down

0 comments on commit 82a63ed

Please sign in to comment.