diff --git a/Dockerfile b/Dockerfile index c6c41e0..c6a872d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start from base image -FROM golang:1.21-alpine as build +FROM golang:1.22-alpine as build # Set the current working directory inside the container WORKDIR /app