Skip to content
Merged
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
2 changes: 1 addition & 1 deletion images/homelab-workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN --mount=type=cache,target=/var/cache/apt,id=cache-apt-${TARGETARCH},sharing=
# /usr/libexec/docker/cli-plugins, one of the docker CLI's default plugin search paths, so `docker buildx`/
# `docker compose` resolve without extra configuration.
# renovate: datasource=github-releases depName=upx/upx
ARG UPX_VERSION="5.2.0"
ARG UPX_VERSION="5.2.1"
RUN --mount=type=cache,target=/var/cache/apt,id=cache-apt-${TARGETARCH},sharing=locked \
--mount=type=cache,target=/var/cache/debconf,id=cache-debconf-${TARGETARCH},sharing=locked \
--mount=type=cache,target=/var/lib/apt,id=lib-apt-${TARGETARCH},sharing=locked \
Expand Down
Loading