Skip to content

Commit

Permalink
Update alpine Docker tag to v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 72f5fbf commit 30bd560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -637,10 +637,10 @@ all-buildkitd:
./buildkitd+buildkitd --BUILDKIT_PROJECT="$BUILDKIT_PROJECT"

dind-alpine:
# renovate: datasource=repology depName=alpine_3_18/docker versioning=loose
# renovate: datasource=repology depName=alpine_3_19/docker versioning=loose
ARG DOCKER_VERSION=23.0.6-r5
# renovate: datasource=docker depName=alpine
ARG OS_VERSION=3.18
ARG OS_VERSION=3.19
BUILD +dind --OS_IMAGE=alpine --OS_VERSION=$OS_VERSION --DOCKER_VERSION=$DOCKER_VERSION

dind-ubuntu:
Expand Down

0 comments on commit 30bd560

Please sign in to comment.