Skip to content

Commit

Permalink
Update the base image jre8 to 1.1.1 (scalar-labs#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 authored Apr 21, 2022
1 parent a740cb1 commit 8751363
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.1.0
FROM ghcr.io/scalar-labs/jre8:1.1.1

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.1.0
FROM ghcr.io/scalar-labs/jre8:1.1.1

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

0 comments on commit 8751363

Please sign in to comment.