Skip to content

Commit

Permalink
Update apk-packages to v10.11.11-r0 (#391)
Browse files Browse the repository at this point in the history
Co-authored-by: isle-buildkit-renovate[bot] <193913961+isle-buildkit-renovate[bot]@users.noreply.github.com>
  • Loading branch information
isle-buildkit-renovate[bot] authored Feb 26, 2025
1 parent 559b455 commit 4b149f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ ARG \
# renovate: datasource=repology depName=alpine_3_20/jq
JQ_VERSION=1.7.1-r0 \
# renovate: datasource=repology depName=alpine_3_20/mariadb-client
MARIADB_CLIENT_VERSION=10.11.10-r0 \
MARIADB_CLIENT_VERSION=10.11.11-r0 \
# renovate: datasource=repology depName=alpine_3_20/mysql-client
MYSQL_CLIENT_VERSION=10.11.10-r0 \
MYSQL_CLIENT_VERSION=10.11.11-r0 \
# renovate: datasource=repology depName=alpine_3_20/netcat-openbsd
NETCAT_OPENBSD_VERSION=1.226-r0 \
# renovate: datasource=repology depName=alpine_3_20/openssl
Expand Down
2 changes: 1 addition & 1 deletion mariadb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXPOSE 3306

ARG \
# renovate: datasource=repology depName=alpine_3_20/mariadb
MARIADB_VERSION=10.11.10-r0
MARIADB_VERSION=10.11.11-r0

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

0 comments on commit 4b149f6

Please sign in to comment.