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 . .