diff --git a/containers/pfsetacls/Dockerfile b/containers/pfsetacls/Dockerfile index 49a536bd0bd..48021c43bed 100644 --- a/containers/pfsetacls/Dockerfile +++ b/containers/pfsetacls/Dockerfile @@ -1,5 +1,5 @@ -FROM golang:1.23.0-bookworm +FROM golang:1.23.1-bookworm ENV SEMAPHORE_VERSION="development" SEMAPHORE_ARCH="linux_amd64" \ SEMAPHORE_CONFIG_PATH="${SEMAPHORE_CONFIG_PATH:-/etc/semaphore}" \