Skip to content

Commit

Permalink
Update our in-house base image versions (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
choplin authored Oct 13, 2023
1 parent d466c84 commit 05cdf29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/scalar-labs/jdk8-postgres15:1.0.3
FROM ghcr.io/scalar-labs/jdk8-postgres15:1.0.4

ENV JDBC_FDW_VERSION=0.3.0-forked \
CASSANDRA_CPP_DRIVER_VERSION=2.16.2 \
Expand Down
2 changes: 1 addition & 1 deletion schema-importer/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/scalar-labs/jre8:1.1.14
FROM ghcr.io/scalar-labs/jre8:1.1.15

COPY ./app/build/libs/scalardb-analytics-postgresql-schema-importer-*.jar /app.jar

Expand Down

0 comments on commit 05cdf29

Please sign in to comment.