refactor(dockerfile): update existing packages to latest versions

This commit is contained in:
Asif Bacchus 2021-07-28 03:50:03 -06:00
parent d26d8a822f
commit 574b6e1e07
1 changed files with 4 additions and 3 deletions

View File

@ -21,9 +21,10 @@ EXPOSE 35729
# add tini, timezone support and create certificate directories
RUN apk --update --no-cache add \
tini \
tzdata \
openssl
tini \
tzdata \
openssl \
&& apk --update --no-cache upgrade
# labels
LABEL org.opencontainers.image.authors="Asif Bacchus <asif@asifbacchus.dev>"