Skip to content

Commit

Permalink
CR update
Browse files Browse the repository at this point in the history
  • Loading branch information
amoldavsky committed Sep 1, 2020
1 parent 325d293 commit 36ad50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incubating/wrappers/s2i/java/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG IMAGE_SOURCE=seldonio/core-builder:0.3
ARG IMAGE_SOURCE=seldonio/core-builder:0.16
FROM $IMAGE_SOURCE

LABEL io.openshift.s2i.scripts-url="image:///s2i/bin"
Expand Down
2 changes: 1 addition & 1 deletion incubating/wrappers/s2i/java/Dockerfile.runtime
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG IMAGE_SOURCE=openjdk:8u131-jre-alpine
ARG IMAGE_SOURCE=openjdk:13.0.1-jdk-buster
FROM $IMAGE_SOURCE

RUN apk update && apk add bash
Expand Down

0 comments on commit 36ad50a

Please sign in to comment.