Auto-merging via docker-versions-create

This commit is contained in:
Geoff Bourne
2020-07-18 18:40:02 -05:00
12 changed files with 117 additions and 39 deletions

View File

@@ -1,6 +1,9 @@
FROM adoptopenjdk/openjdk8-openj9:alpine-nightly
LABEL maintainer "itzg"
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 \