Browse Source

Merge pull request #4386 from dexidp/dependabot/docker/tonistiigi/xx-1.8.0

build(deps): bump tonistiigi/xx from 1.7.0 to 1.8.0
pull/4380/head
Márk Sági-Kazár 4 months ago committed by GitHub
parent
commit
fead09d9a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Dockerfile

2
Dockerfile

@ -1,6 +1,6 @@
ARG BASE_IMAGE=alpine
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.7.0@sha256:010d4b66aed389848b0694f91c7aaee9df59a6f20be7f5d12e53663a37bd14e2 AS xx
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.8.0@sha256:add602d55daca18914838a78221f6bbe4284114b452c86a48f96d59aeb00f5c6 AS xx
FROM --platform=$BUILDPLATFORM golang:1.25.3-alpine3.22@sha256:20ee0b674f987514ae3afb295b6a2a4e5fa11de8cc53a289343bbdab59b0df59 AS builder

Loading…
Cancel
Save