From 0658bc76df8bf56d15e8ece0f0208496a4a91d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:19:35 +0000 Subject: [PATCH] Bump golang from 1.23.0-bookworm to 1.23.1-bookworm (#109) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8e9de8..998b852 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # Copyright 2024-present Intel Corporation # Stage pfcpsim-build: builds the pfcpsim docker image -FROM golang:1.23.0-bookworm AS builder +FROM golang:1.23.1-bookworm AS builder WORKDIR /pfcpctl COPY . .