diff --git a/Dockerfile b/Dockerfile index fba955fe..28f9f91c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.6-labs -ARG GO_VERSION=1.21 +ARG GO_VERSION=1.22 # get modules, if they don't change the cache can be used for faster builds FROM golang:${GO_VERSION} AS base