Upgrade base image packages

For #586
This commit is contained in:
Geoff Bourne 2020-07-14 21:07:57 -05:00
parent 796f2fe14a
commit 3b2b98b9fe

View File

@ -2,6 +2,9 @@ FROM openjdk:8u212-jre-alpine
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
# upgrade all packages since alpine jre8 base image tops out at 8u212
RUN apk -U --no-cache upgrade
RUN apk add --no-cache -U \
openssl \
imagemagick \