Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions os/alpine/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ IMPORT ../../common AS common
ARG --global OS_IMAGE=alpine

# renovate: datasource=docker depName=alpine
ARG --global OS_VERSION=3.20
# renovate: datasource=repology depName=alpine_3_20/docker versioning=loose
ARG --global OS_VERSION=3.23
# renovate: datasource=repology depName=alpine_3_23/docker versioning=loose
ARG --global DOCKER_VERSION=26.1.5-r0

# DIR_PATH is set to that common targets can call os specific targets. It should match the directory name this Earthfile is located in
Expand Down
Loading