update Dockerfile to use Go version 1.23.4

This commit is contained in:
pigwin
2025-01-04 16:06:19 +00:00
parent 8f372b4213
commit 6db5b12d7b

View File

@@ -1,5 +1,5 @@
# Use the official Golang image as the base image # Use the official Golang image as the base image
FROM golang:1.22.1 FROM golang:1.23.4
# Set the Current Working Directory inside the container # Set the Current Working Directory inside the container
WORKDIR /app WORKDIR /app