From 109bb1f96f794e80a17174b1fcf799cf5948679e Mon Sep 17 00:00:00 2001 From: Michael Plump Date: Mon, 30 Dec 2019 14:32:55 -0500 Subject: [PATCH] chore(release): update the containers to Alpine 3.11 (#576) --- Dockerfile.java8 | 2 +- Dockerfile.slim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.java8 b/Dockerfile.java8 index 85f32a8a3..9564a6c67 100644 --- a/Dockerfile.java8 +++ b/Dockerfile.java8 @@ -1,4 +1,4 @@ -FROM alpine:3.10 +FROM alpine:3.11 MAINTAINER delivery-engineering@netflix.com COPY --from=compile /compiled_sources/igor-web/build/install/igor /opt/igor RUN apk --no-cache add --update bash openjdk8-jre diff --git a/Dockerfile.slim b/Dockerfile.slim index 94d7330de..3d56b4556 100644 --- a/Dockerfile.slim +++ b/Dockerfile.slim @@ -1,4 +1,4 @@ -FROM alpine:3.10 +FROM alpine:3.11 MAINTAINER delivery-engineering@netflix.com COPY --from=compile /compiled_sources/igor-web/build/install/igor /opt/igor RUN apk --no-cache add --update bash openjdk11-jre