Skip to content

Commit

Permalink
Increase the go version for Dockerfile to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 committed Jan 8, 2025
1 parent dbf345b commit aac9563
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 @@
# Start from the official Go image to build the binary.
# Use the same version of Go as your project (1.21.5).
FROM golang:1.21.5 AS builder
FROM golang:1.23.0 AS builder

# Set the working directory inside the container.
WORKDIR /go/src/app
Expand Down

0 comments on commit aac9563

Please sign in to comment.