Skip to content

Commit

Permalink
chore(release): update the containers to Alpine 3.11 (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumpy authored Dec 30, 2019
1 parent 044fbbe commit 109bb1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.java8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
MAINTAINER [email protected]
COPY --from=compile /compiled_sources/igor-web/build/install/igor /opt/igor
RUN apk --no-cache add --update bash openjdk8-jre
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
MAINTAINER [email protected]
COPY --from=compile /compiled_sources/igor-web/build/install/igor /opt/igor
RUN apk --no-cache add --update bash openjdk11-jre
Expand Down

0 comments on commit 109bb1f

Please sign in to comment.