Skip to content

Commit

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

build(deps): bump golang from 1.21.4-alpine3.18 to 1.21.5-alpine3.18
  • Loading branch information
akijakya authored Dec 6, 2023
2 parents 1214f13 + 9016c36 commit b75b3b8
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.4-alpine3.18@sha256:70afe55365a265f0762257550bc38440e0d6d6b97020d3f8c85328f00200dd8e AS builder
FROM --platform=$BUILDPLATFORM golang:1.21.5-alpine3.18@sha256:5c1cabd9a3c6851a3e18735a2c133fbd8f67fe37eb3203318b7af2ffd2547095 AS builder

COPY --from=xx / /

Expand Down

0 comments on commit b75b3b8

Please sign in to comment.