Skip to content

Commit

Permalink
Bump golang from 1.23.2 to 1.23.3
Browse files Browse the repository at this point in the history
Bumps golang from 1.23.2 to 1.23.3.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 3271350 commit 28b93cd
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,6 +1,6 @@
# This is a multi-stage Dockerfile and requires >= Docker 17.05
# https://docs.docker.com/engine/userguide/eng-image/multistage-build/
FROM golang:1.23.2 AS builder
FROM golang:1.23.3 AS builder

ENV GOPROXY=http://proxy.golang.org

Expand Down

0 comments on commit 28b93cd

Please sign in to comment.