Skip to content

Commit

Permalink
build(deps): bump golang from 1.21.6-alpine3.18 to 1.22.0-alpine3.18
Browse files Browse the repository at this point in the history
Bumps golang from 1.21.6-alpine3.18 to 1.22.0-alpine3.18.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 7, 2024
1 parent 9a67dbd commit 9648fac
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
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE=alpine

FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.3.0@sha256:904fe94f236d36d65aeb5a2462f88f2c537b8360475f6342e7599194f291fb7e AS xx

FROM --platform=$BUILDPLATFORM golang:1.21.6-alpine3.18@sha256:3354c3a94c3cf67cb37eb93a8e9474220b61a196b13c26f1c01715c301b22a69 AS builder
FROM --platform=$BUILDPLATFORM golang:1.22.0-alpine3.18@sha256:fd5ffdf2a8556c449c8c79fae283dc9c4c455a7a050d50f88cf238ce7d8543be AS builder

COPY --from=xx / /

Expand Down

0 comments on commit 9648fac

Please sign in to comment.