From e014db31545f2234da67bae6aa30c14b3968fec1 Mon Sep 17 00:00:00 2001 From: renovate <group_722_bot_34e637e3ecbb2dc729d58612f657d1ca@noreply.git.autistici.org> Date: Sat, 6 Jul 2024 08:25:03 +0000 Subject: [PATCH] Update golang Docker tag to v1.22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 302bbd3..688f795 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Don't build a static binary, the duckdb libraries need NSS for name # resolution and such anyway. -FROM golang:1.21 AS build +FROM golang:1.22 AS build ADD . /src WORKDIR /src RUN go build -trimpath -o /pqlogd ./cmd/pqlogd -- GitLab