Skip to content

Commit

Permalink
chore: update container images
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 0a0270d commit 569aaca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG DOCKER=docker:27.3.1-dind
ARG DOCKER=docker:27.4.0-dind

FROM $DOCKER AS docker

FROM alpine:3.20.3 AS build-container-drone
FROM alpine:3.21.0 AS build-container-drone

# renovate: datasource=github-releases depName=docker/buildx
ARG BUILDX_VERSION=v0.18.0
Expand Down

0 comments on commit 569aaca

Please sign in to comment.