We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72485ef commit 75cda99Copy full SHA for 75cda99
1 file changed
Dockerfile.postgresql
@@ -14,7 +14,7 @@
14
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15
16
# Use the official PostgreSQL image as a base
17
-FROM postgres:17.4-bookworm6@sha256:304ab813518754228f9f792f79d6da36359b82d8ecf418096c636725f8c930ad
+FROM postgres:16.9-bookworm@sha256:fec2740c517838d4f582e48a8a9a1cb51082af3dcae59e9b12a66ec262302b97
18
19
# Install the build dependencies
20
RUN apt-get update && apt-get install -y \
0 commit comments