Skip to content

Commit

Permalink
feat(17): bump timescaledb to 2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 authored Nov 8, 2024
1 parent 35ec429 commit c7ec5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk update && apk add --no-cache git gcc musl-dev \
&& go install github.com/timescale/timescaledb-parallel-copy/cmd/timescaledb-parallel-copy@latest

# TimescaleDB extension
FROM docker.io/timescale/timescaledb:2.17.1-pg17-bitnami AS timescaledb
FROM docker.io/timescale/timescaledb:2.17.2-pg17-bitnami AS timescaledb

# Select and copy the last 3 versions of the extension
RUN mkdir -p /tmp/lib /tmp/share \
Expand Down

0 comments on commit c7ec5dd

Please sign in to comment.