From 574b6e1e07eca181929f0858faa276ee54259c33 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 28 Jul 2021 03:50:03 -0600 Subject: [PATCH] refactor(dockerfile): update existing packages to latest versions --- build/Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 71f141b..296e23c 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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 "