feature(dockerfile): update alpine, mariadb version

This commit is contained in:
Asif Bacchus 2023-11-01 17:01:18 -06:00
parent 46bb4c0250
commit a144f7ba10
1 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
#
# build arguments
ARG ALPINE_VERSION="3.17"
ARG MARIADB_VERSION="10.6.11-r0"
ARG ALPINE_VERSION="3.18"
ARG MARIADB_VERSION="10.11.5-r0"
FROM alpine:${ALPINE_VERSION}
ARG ALPINE_VERSION
@ -77,4 +77,4 @@ LABEL org.opencontainers.image.version="${INTERNAL_VERSION}-${MARIADB_VERSION}"
LABEL org.opencontainers.image.revision=${GIT_COMMIT}
LABEL org.opencontainers.image.created=${BUILD_DATE}
#EOF
#EOF