Skip to content

Commit dd02e78

Browse files
committed
Fixes compliant issue
1 parent 5b3b586 commit dd02e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/ubuntu-bionic-all/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ RUN set -ex \
132132

133133

134134
# Added for pg17 beta package support.
135-
ENV DEB_PG_SUPPORTED_VERSIONS="10 11 12 13 14 15 17"
135+
ENV DEB_PG_SUPPORTED_VERSIONS="10 11 12 13 14 15 16 17"
136136

137137
# place scripts on path and declare output volume
138138
ENV PATH /scripts:$PATH

0 commit comments

Comments
 (0)