diff --git a/Dockerfile b/Dockerfile index 70ea439..896a4d8 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.22.3-bookworm AS builder +FROM golang:1.22.4-bookworm AS builder WORKDIR /pfcpctl COPY . .