Skip to content
Open
Changes from 1 commit
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 @@ -7,8 +7,8 @@ IMPORT ../../common AS common
ARG --global OS_IMAGE=alpine

# renovate: datasource=docker depName=alpine
ARG --global OS_VERSION=3.22
# renovate: datasource=repology depName=alpine_3_22/docker versioning=loose
ARG --global OS_VERSION=3.23
# renovate: datasource=repology depName=alpine_3_23/docker versioning=loose
ARG --global DOCKER_VERSION=28.3.3-r4

# 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