Skip to content

Commit 4473051

Browse files
committed
Update Postgres Base Image Tag
1 parent ae33be4 commit 4473051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN rm -f $(pg_config --sharedir)/extension/timescaledb*mock*.sql \
2929
# Now build image and copy in tools
3030
############################
3131
ARG PG_VERSION
32-
FROM postgres:${PG_VERSION}-alpine
32+
FROM postgres:${PG_VERSION}-alpine3.18
3333
ARG OSS_ONLY
3434

3535
LABEL maintainer="Timescale https://www.timescale.com"

0 commit comments

Comments
 (0)