Skip to content

Commit

Permalink
Bump golang in the all-docker-versions group
Browse files Browse the repository at this point in the history
Bumps the all-docker-versions group with 1 update: golang.


Updates `golang` from 1.22-alpine to 1.23-alpine

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  dependency-group: all-docker-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 1d5cd5f commit f39b6ab
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
@@ -1,7 +1,7 @@
#############################################
# Build
#############################################
FROM --platform=$BUILDPLATFORM golang:1.22-alpine as build
FROM --platform=$BUILDPLATFORM golang:1.23-alpine as build

RUN apk upgrade --no-cache --force
RUN apk add --update build-base make git
Expand Down

0 comments on commit f39b6ab

Please sign in to comment.