From 67c9d9e6c72b75487604b5fc0cb24c63f0dac2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 07:36:12 -0400 Subject: [PATCH] build(deps): bump golang from 1.22.6-alpine to 1.23.0-alpine (#6893) 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 95e231bb57a..7b308c3df22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.6-alpine AS go +FROM golang:1.23.0-alpine AS go FROM azul/zulu-openjdk-alpine:22 AS jlink