feat(dockerfile): Update base versions

Update base Alpine version to 3.19 and MariaDb to 10.11.6-r0
This commit is contained in:
Asif Bacchus 2024-01-27 17:30:23 -07:00
parent 222cc91646
commit 2ef5cc7752
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
#
# build arguments
ARG ALPINE_VERSION="3.18"
ARG MARIADB_VERSION="10.11.5-r0"
ARG ALPINE_VERSION="3.19"
ARG MARIADB_VERSION="10.11.6-r0"
FROM alpine:${ALPINE_VERSION}
ARG ALPINE_VERSION