Browse Source

build(deps): bump golang from 1.24.1-alpine3.20 to 1.24.2-alpine3.20

Bumps golang from 1.24.1-alpine3.20 to 1.24.2-alpine3.20.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.24.2-alpine3.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/4079/head
dependabot[bot] 11 months ago committed by GitHub
parent
commit
e62ecd0236
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Dockerfile

2
Dockerfile

@ -2,7 +2,7 @@ ARG BASE_IMAGE=alpine
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1@sha256:923441d7c25f1e2eb5789f82d987693c47b8ed987c4ab3b075d6ed2b5d6779a3 AS xx
FROM --platform=$BUILDPLATFORM golang:1.24.1-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5 AS builder
FROM --platform=$BUILDPLATFORM golang:1.24.2-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8 AS builder
COPY --from=xx / /

Loading…
Cancel
Save