diff --git a/Dockerfile b/Dockerfile index b7775fc..762e43f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Golang image -FROM golang:1.24.1-alpine +FROM golang:1.24.3-alpine # Set author metadata using labels LABEL org.opencontainers.image.authors="https://github.com/Nicconike"