Skip to content

Commit

Permalink
Fallback to previous image for now
Browse files Browse the repository at this point in the history
  • Loading branch information
expaso committed Sep 1, 2024
1 parent f9de898 commit 9ebc819
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions timescaledb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ ARG ALPINE_VERSION=3.20
FROM timescale/timescaledb:2.16.1-pg15 AS timescale-pg15
FROM timescale/timescaledb:2.16.1-pg16 AS timescale-pg16
# hadolint ignore=DL3007
FROM ghcr.io/expaso/timescaledb/timescaledb-tools:latest AS timescaledb-tools
FROM ghcr.io/expaso/timescaledb/postgis-pg15:3.3.3 AS postgis-pg15
FROM ghcr.io/expaso/timescaledb/pgagent-pg16:4.2.2 AS pgagent-pg16
FROM ghcr.io/expaso/timescaledb/timescaledb-toolkit-pg16:1.18.0 AS timescaledb-toolkit-pg16
FROM husselhans/hassos-addon-timescaledb-timescaledb-tools:latest AS timescaledb-tools
FROM husselhans/hassos-addon-timescaledb-postgis-pg15:3.3.3 AS postgis-pg15
FROM husselhans/hassos-addon-timescaledb-pgagent-pg16:4.2.2 AS pgagent-pg16
FROM husselhans/hassos-addon-timescaledb-timescaledb-toolkit-pg16:1.18.0 AS timescaledb-toolkit-pg16

###########################################
# Define base Image
Expand Down

0 comments on commit 9ebc819

Please sign in to comment.