Skip to content

Commit

Permalink
Update apk-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
isle-buildkit-renovate[bot] authored Feb 22, 2025
1 parent e68c721 commit 3f280e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ARG \
# renovate: datasource=repology depName=alpine_3_20/patch
PATCH_VERSION=2.7.6-r10 \
# renovate: datasource=repology depName=alpine_3_20/postgresql16-client
POSTGRES_CLIENT_VERSION=16.6-r0 \
POSTGRES_CLIENT_VERSION=16.8-r0 \
# renovate: datasource=repology depName=alpine_3_20/procps-ng
PROCPS_VERSION=4.0.4-r0 \
# renovate: datasource=repology depName=alpine_3_20/shadow
Expand Down
2 changes: 1 addition & 1 deletion code-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ARG \
# renovate: datasource=repology depName=alpine_3_20/krb5-dev
KRB5_DEV_VERSION=1.21.3-r0 \
# renovate: datasource=repology depName=alpine_3_20/openssh
OPENSSH_VERSION=9.7_p1-r4 \
OPENSSH_VERSION=9.7_p1-r5 \
# renovate: datasource=repology depName=alpine_3_20/parallel
PARALLEL_VERSION=20240422-r0 \
# renovate: datasource=repology depName=alpine_3_20/php83-pecl-xdebug
Expand Down
2 changes: 1 addition & 1 deletion postgresql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXPOSE 5432

ARG \
# renovate: datasource=repology depName=alpine_3_20/postgresql16
POSTGRESQL_VERSION=16.6-r0
POSTGRESQL_VERSION=16.8-r0

# Platform specific does require arch specific identifier.
RUN --mount=type=cache,id=postgresql-apk-${TARGETARCH},sharing=locked,target=/var/cache/apk \
Expand Down

0 comments on commit 3f280e8

Please sign in to comment.