Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20.5 (#1139)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent ce8c7ed commit af22e8d
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.4
FROM alpine:3.20.5

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.4
FROM alpine:3.20.5

ARG BC_VERSION
ARG MYSQL_VERSION
Expand Down

0 comments on commit af22e8d

Please sign in to comment.