Skip to content

Commit

Permalink
Update the base image jre8 to 1.1.0 (scalar-labs#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 authored Apr 13, 2022
1 parent d51f862 commit 5728d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema-loader/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/scalar-labs/jre8:1.0.0
FROM ghcr.io/scalar-labs/jre8:1.1.0

ADD scalardb-schema-loader-*.jar /app.jar

Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -x && \
tar -xzvf "dockerize-linux-amd64-${DOCKERIZE_VERSION}.tar.gz" && \
./dockerize --version

FROM ghcr.io/scalar-labs/jre8:1.0.0
FROM ghcr.io/scalar-labs/jre8:1.1.0

COPY --from=tools dockerize /usr/local/bin/
COPY --from=tools grpc_health_probe /usr/local/bin/
Expand Down

0 comments on commit 5728d5a

Please sign in to comment.