From af6a8b742c64083aa3a4617944483e2aeb28d078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lovro=20Ma=C5=BEgon?= Date: Fri, 12 Apr 2024 11:07:19 +0100 Subject: [PATCH] upgrade Go version in docker image to 1.22 (#1490) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05d6ee184..b146467f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start with a golang base -FROM golang:1.21-bullseye AS base +FROM golang:1.22-bullseye AS base # Install core tools RUN apt-get update &&\