Skip to content

Commit

Permalink
Bump golang from 1.19.0-bullseye to 1.19.1-bullseye in /build (#1446)
Browse files Browse the repository at this point in the history
Bumps golang from 1.19.0-bullseye to 1.19.1-bullseye.

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and david-waltermire committed Oct 31, 2022
1 parent ebd841c commit dbfb218
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 @@ -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

Expand Down

0 comments on commit dbfb218

Please sign in to comment.