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 base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG \
# renovate: datasource=repology depName=alpine_3_23/gnupg
GNUPG_VERSION=2.4.9-r0 \
# renovate: datasource=repology depName=alpine_3_23/go
GO_VERSION=1.25.7-r0 \
GO_VERSION=1.25.8-r0 \
# renovate: datasource=repology depName=alpine_3_23/gzip
GZIP_VERSION=1.14-r2 \
# renovate: datasource=repology depName=alpine_3_23/jq
Expand All @@ -33,7 +33,7 @@ ARG \
# renovate: datasource=repology depName=alpine_3_23/util-linux
UTIL_LINUX_VERSION=2.41.2-r0 \
# renovate: datasource=repology depName=alpine_3_23/yq-go
YQ_VERSION=4.49.2-r3
YQ_VERSION=4.49.2-r4

RUN --mount=type=cache,id=base-apk-${TARGETARCH},sharing=locked,target=/var/cache/apk \
ln -s /var/cache/apk /etc/apk/cache && \
Expand Down
Loading