Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update apk-packages to v10.11.11-r0 #391

Merged
merged 1 commit into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
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 @@ -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
Loading