feat(dockerfile): Update alpine and mariadb versions

Set to latest upstream source versions. Alpine 3.20 and MariaDB 10.11.8.
This commit is contained in:
2024-09-07 20:01:55 -06:00
parent 49ec1145df
commit 117a308944
5 changed files with 28 additions and 2 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
#
# build arguments
ARG ALPINE_VERSION="3.19"
ARG MARIADB_VERSION="10.11.6-r0"
ARG ALPINE_VERSION="3.20"
ARG MARIADB_VERSION="10.11.8-r0"
FROM alpine:${ALPINE_VERSION}
ARG ALPINE_VERSION