Skip to content

Commit 0570250

Browse files
authored
Build image based on debian trixie (#15)
1 parent 1b2f4c5 commit 0570250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG base=docker.io/library/postgres:17-bookworm
1+
ARG base=docker.io/library/postgres:17-trixie
22
FROM $base
33

44
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends postgresql-17-debversion && \

0 commit comments

Comments
 (0)