Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent b52bdf4 commit 80a0e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-mysqltuner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG PERL_VERSION=5.38.2-r0
ARG PERLDOC_VERSION=5.38.2-r0


FROM alpine:3.20.3
FROM alpine:3.21.0

ARG MYSQLCLIENT_VERSION
ARG PERL_VERSION
Expand Down
2 changes: 1 addition & 1 deletion docker-tuning-primer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG NCURSES_VERSION=6.4_p20240420-r1
ARG SOCAT_VERSION=1.8.0.0-r0


FROM alpine:3.20.3
FROM alpine:3.21.0

ARG BC_VERSION
ARG MYSQL_VERSION
Expand Down

0 comments on commit 80a0e69

Please sign in to comment.