Skip to content

Commit

Permalink
Merge pull request #194 from bank-vaults/dependabot/docker/golang-1.2…
Browse files Browse the repository at this point in the history
…1.1-alpine3.18

build(deps): bump golang from 1.21.0-alpine3.18 to 1.21.1-alpine3.18
  • Loading branch information
sagikazarmark authored Sep 8, 2023
2 parents 7e0d676 + 6e4891f commit 790d3b6
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
@@ -1,6 +1,6 @@
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 AS xx

FROM --platform=$BUILDPLATFORM golang:1.21.0-alpine3.18@sha256:445f34008a77b0b98bf1821bf7ef5e37bb63cc42d22ee7c21cc17041070d134f AS builder
FROM --platform=$BUILDPLATFORM golang:1.21.1-alpine3.18@sha256:96634e55b363cb93d39f78fb18aa64abc7f96d372c176660d7b8b6118939d97b AS builder

COPY --from=xx / /

Expand Down

0 comments on commit 790d3b6

Please sign in to comment.