fix(dockerfile): update alpine base files
- resolve CVE-2021-3711, CVE-2021-3712
This commit is contained in:
parent
0ed5cd76f6
commit
c1d15b5799
@ -16,7 +16,8 @@ LABEL org.opencontainer.image.url="https://git.asifbacchus.dev/ab-docker/ab-mari
|
||||
LABEL org.opencontainer.image.vendor="Asif Bacchus <asif@asifbacchus.dev>"
|
||||
|
||||
# install mariadb and turn on TCP connection in default config
|
||||
RUN apk --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main add \
|
||||
RUN apk --update --no-cache upgrade \
|
||||
&& apk --update --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main add \
|
||||
tzdata \
|
||||
mariadb \
|
||||
mariadb-client \
|
||||
|
Loading…
Reference in New Issue
Block a user