diff --git a/build/Dockerfile b/build/Dockerfile index d88f33ad51..ed1b62169e 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get install -y \ apt-utils build-essential git jq libxml2-utils maven nodejs npm python3-pip unzip wget && \ apt-get clean -FROM golang:1.19.0-bullseye as oscal-hugo-build +FROM golang:1.19.1-bullseye as oscal-hugo-build RUN mkdir -p /go/src/github.com/usnistgov/OSCAL/build