Update Alpine and MariaDB versions

This commit is contained in:
Asif Bacchus 2022-12-10 05:58:16 -07:00
parent 377a47c84c
commit 3a704c2d2b
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
#
# build arguments
ARG ALPINE_VERSION="3.15"
ARG MARIADB_VERSION="10.6.4-r2"
ARG ALPINE_VERSION="3.17"
ARG MARIADB_VERSION="10.6.11-r0"
FROM alpine:${ALPINE_VERSION}
ARG ALPINE_VERSION