We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9864277 commit b1444f3Copy full SHA for b1444f3
1 file changed
os/alpine/Earthfile
@@ -7,8 +7,8 @@ IMPORT ../../common AS common
7
ARG --global OS_IMAGE=alpine
8
9
# renovate: datasource=docker depName=alpine
10
-ARG --global OS_VERSION=3.22
11
-# 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
12
ARG --global DOCKER_VERSION=28.3.3-r4
13
14
# DIR_PATH is set to that common targets can call os specific targets. It should match the directory name this Earthfile is located in
0 commit comments