Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #169 from zoom/pzduniak/update-go-to-1-19-7
Browse files Browse the repository at this point in the history
Update Go to 1.19.7
  • Loading branch information
thrawn01 authored Mar 13, 2023
2 parents fea69d0 + cfab0a1 commit 30c4c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build image
FROM --platform=$BUILDPLATFORM golang:1.19.2 as build
FROM --platform=$BUILDPLATFORM golang:1.19.7 as build
ARG BUILDPLATFORM
ARG TARGETPLATFORM
# https://github.com/docker/buildx/issues/510#issuecomment-768432329
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-cli
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build image
FROM --platform=$BUILDPLATFORM golang:1.19.2 as build
FROM --platform=$BUILDPLATFORM golang:1.19.7 as build
ARG BUILDPLATFORM
ARG TARGETPLATFORM
# https://github.com/docker/buildx/issues/510#issuecomment-768432329
Expand Down

0 comments on commit 30c4c85

Please sign in to comment.