feature(dockerfile): update alpine, mariadb version
This commit is contained in:
parent
46bb4c0250
commit
a144f7ba10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user