Skip to content

Commit

Permalink
Update alpine version to support newer versions of pg_dump: (#1)
Browse files Browse the repository at this point in the history
1. postgres-client version `16.2` is currently available, that compatible with postgresql version 9.2-16.2
  • Loading branch information
nkiryanov authored Feb 18, 2024
1 parent eb14d02 commit a2c9615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16.3
FROM alpine:3.19.1
LABEL maintainer="Fedor Borshev <[email protected]>"

RUN apk update \
Expand Down

0 comments on commit a2c9615

Please sign in to comment.