From 996185b47320df32de2650af320dd0e5ac462236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:15:40 -0800 Subject: [PATCH] build(deps): bump golang from 1.22.1-bookworm to 1.23.4-bookworm (#1075) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 411085e86..eb55d2d83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG LIBKMSP11_VERSION=1.6 #------------------------------------------------------------------------------ # Base Debian Image #------------------------------------------------------------------------------ -FROM golang:1.22.1-bookworm AS base +FROM golang:1.23.4-bookworm AS base ENV DEBIAN_FRONTEND='noninteractive'