From 33fa65f8f156a2934c6072a7f10ca7563f0c8418 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 07:58:32 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.5 (#18) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12729d88..f04bd161 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.6-alpine AS builder +FROM golang:1.22.5-alpine AS builder RUN apk add --update --no-cache ca-certificates git FROM scratch