chore(deps): update docker docker tag to v25.0.3

This commit is contained in:
woodpecker-bot 2024-02-08 10:35:03 +00:00
parent 89771161a0
commit 699844458c

View file

@ -1,5 +1,5 @@
ARG BUILDX_VERSION=0.12.1
ARG DOCKER_VERSION=25.0.2-dind
ARG DOCKER_VERSION=25.0.3-dind
ARG GOLANG_VERSION=1.21
FROM --platform=$BUILDPLATFORM golang:${GOLANG_VERSION} as build