From 77f1acb4dc0710a5f82b3f2cb5abc0877fb37ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 07:36:52 -0400 Subject: [PATCH] build(deps): bump golang from 1.22.4-alpine to 1.22.5-alpine (#6805) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4bc6892ad5..f5087040c6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.4-alpine AS go +FROM golang:1.22.5-alpine AS go FROM azul/zulu-openjdk-alpine:22 AS jlink