Skip to content

Commit

Permalink
Bump golang from 1.19.1 to 1.19.2
Browse files Browse the repository at this point in the history
Bumps golang from 1.19.1 to 1.19.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2022
1 parent cde2c32 commit cb1a2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /work
RUN make web-build

# Stage 2: Build
FROM --platform=${BUILDPLATFORM} golang:1.19.1 as builder
FROM --platform=${BUILDPLATFORM} golang:1.19.2 as builder

ARG GIT_BUILD_HASH
ARG TARGETARCH
Expand Down

0 comments on commit cb1a2ac

Please sign in to comment.