Skip to content

Commit

Permalink
Merge pull request #140 from bank-vaults/docker-update
Browse files Browse the repository at this point in the history
build: update golang to the latest version
  • Loading branch information
sagikazarmark authored Jul 28, 2023
2 parents 14c1ae7 + 0dc7db4 commit 5664d4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 AS xx

FROM --platform=$BUILDPLATFORM golang:1.20.4-alpine3.16@sha256:6469405d7297f82d56195c90a3270b0806ef4bd897aa0628477d9959ab97a577 AS builder
FROM --platform=$BUILDPLATFORM golang:1.20.6-alpine3.18@sha256:6f592e0689192b7e477313264bb190024d654ef0a08fb1732af4f4b498a2e8ad AS builder

COPY --from=xx / /

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ KURUN_VERSION = 0.7.0
CODE_GENERATOR_VERSION = 0.27.1
HELM_DOCS_VERSION = 1.11.0
KUSTOMIZE_VERSION = 5.1.0
CONTROLLER_TOOLS_VERSION = 0.12.0
CONTROLLER_TOOLS_VERSION = 0.12.1

## Location to install dependencies to
LOCALBIN ?= $(shell pwd)/bin
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5664d4f

Please sign in to comment.