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

@ -23,7 +23,8 @@ EXPOSE 35729
RUN apk --update --no-cache add \ RUN apk --update --no-cache add \
tini \ tini \
tzdata \ tzdata \
openssl openssl \
&& apk --update --no-cache upgrade
# labels # labels
LABEL org.opencontainers.image.authors="Asif Bacchus <asif@asifbacchus.dev>" LABEL org.opencontainers.image.authors="Asif Bacchus <asif@asifbacchus.dev>"