Skip to content

Commit

Permalink
Bump golang from 1.19.3 to 1.19.4 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 7, 2022
1 parent 64a2e22 commit 766e0e5
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.3 as builder
FROM --platform=${BUILDPLATFORM} golang:1.19.4 as builder

ARG GIT_BUILD_HASH
ARG TARGETARCH
Expand Down

0 comments on commit 766e0e5

Please sign in to comment.