From d50f9cab419cf93d7e2b5650e2b6bb1c6007d792 Mon Sep 17 00:00:00 2001 From: Braydon Kains <93549768+braydonk@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:52:23 -0400 Subject: [PATCH] Update build image to go 1.22.8 (#235) --- .build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build/Dockerfile b/.build/Dockerfile index 2b14bb6a..bba25e4e 100644 --- a/.build/Dockerfile +++ b/.build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.11-bullseye +FROM golang:1.22.8-bullseye RUN apt-get update && apt-get install gettext-base