Skip to content

Commit

Permalink
Merge pull request #32 from sweetrpg/dependabot/docker/golang-1.23.3
Browse files Browse the repository at this point in the history
Bump golang from 1.23.2 to 1.23.3
  • Loading branch information
paulyhedral authored Nov 10, 2024
2 parents b43886a + 28b93cd commit 63ca685
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 63ca685

Please sign in to comment.