Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Torch3333 authored and brfrn169 committed Jul 8, 2022
1 parent 16292d2 commit 610e381
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.3
FROM ghcr.io/scalar-labs/jre8:1.1.4

COPY 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.3
FROM ghcr.io/scalar-labs/jre8:1.1.4

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

0 comments on commit 610e381

Please sign in to comment.