Skip to content

Commit

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

build(deps): bump golang from 1.21.5-alpine3.18 to 1.21.6-alpine3.18
  • Loading branch information
akijakya authored Jan 10, 2024
2 parents d80bc16 + f1388e7 commit a7cd89a
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.3.0@sha256:904fe94f236d36d65aeb5a2462f88f2c537b8360475f6342e7599194f291fb7e AS xx

FROM --platform=$BUILDPLATFORM golang:1.21.5-alpine3.18@sha256:d8b99943fb0587b79658af03d4d4e8b57769b21dcf08a8401352a9f2a7228754 AS builder
FROM --platform=$BUILDPLATFORM golang:1.21.6-alpine3.18@sha256:869193e7c30611d635c7bc3d1ed879039b7d24710a03474437d402f06825171e AS builder

COPY --from=xx / /

Expand Down

0 comments on commit a7cd89a

Please sign in to comment.