Skip to content

Commit a2c9615

Browse files
authored
Update alpine version to support newer versions of pg_dump: (#1)
1. postgres-client version `16.2` is currently available, that compatible with postgresql version 9.2-16.2
1 parent eb14d02 commit a2c9615

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
@@ -1,4 +1,4 @@
1-
FROM alpine:3.16.3
1+
FROM alpine:3.19.1
22
LABEL maintainer="Fedor Borshev <fedor@borshev.com>"
33

44
RUN apk update \

0 commit comments

Comments
 (0)