Skip to content

Commit

Permalink
Merge pull request #71 from idodod/renovate/main-alpine-for-alpine-di…
Browse files Browse the repository at this point in the history
…nd-image

Update alpine Docker tag to v3.19 (main)
  • Loading branch information
idodod authored Mar 11, 2024
2 parents 72f5fbf + 30bd560 commit b5a56e9
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 b5a56e9

Please sign in to comment.