diff --git a/Dockerfile b/Dockerfile index ab221cf..13a40bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 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 WORKDIR /app