Skip to content

Commit

Permalink
chore(docker): update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarlier committed Jan 25, 2025
1 parent d18fe00 commit ce2563f
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 stage
#########################################
FROM golang:1.21 AS builder
FROM golang:1.23 AS builder

# Repository location
ARG REPOSITORY=github.com/ncarlier
Expand Down

0 comments on commit ce2563f

Please sign in to comment.