diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 16b0e47..0d4b5ae 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -1,5 +1,5 @@ # Use an official Ubuntu base image -FROM golang:1.22 +FROM golang:1.22.12 # Install Go and any other dependencies you might need RUN apt-get update && \