diff --git a/Dockerfile b/Dockerfile index 8171a5d..4cd18ec 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.4-bookworm AS builder +FROM golang:1.23.5-bookworm AS builder WORKDIR /pfcpctl COPY . .