diff --git a/Dockerfile b/Dockerfile index 8d949c0..03b4edd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Build the application from source -FROM golang:1.19 AS build-stage +FROM golang:1.22 AS build-stage WORKDIR /app