diff --git a/Dockerfile b/Dockerfile index 0156e35..fb08257 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Use the offical golang image to create a binary. # This is based on Debian and sets the GOPATH to /go. # https://hub.docker.com/_/golang -FROM golang:1.23-alpine as builder +FROM golang:1.25-alpine as builder # Create and change to the app directory. WORKDIR /app