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