Skip to content

Commit

Permalink
Bump golang from 1.19.5-bullseye to 1.20.0-bullseye in /build (usnist…
Browse files Browse the repository at this point in the history
…gov#1635)

Bumps golang from 1.19.5-bullseye to 1.20.0-bullseye.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and aj-stein-nist committed Jul 10, 2023
1 parent e343282 commit b53fcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &
apt-utils build-essential git jq libxml2-utils maven nodejs npm python3-pip unzip wget && \
apt-get clean

FROM golang:1.19.5-bullseye as oscal-hugo-build
FROM golang:1.20.0-bullseye as oscal-hugo-build

RUN mkdir -p /go/src/github.com/usnistgov/OSCAL/build

Expand Down

0 comments on commit b53fcc1

Please sign in to comment.