Skip to content

Commit

Permalink
chore(deps): update postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 4be48bc commit 4147f47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG PG_MAJOR=16

FROM postgres:12.22-alpine@sha256:3ffb16819255d9439252e1409a5f33e2c96201be134dd37b41e7d3340003ee5c AS pg12
FROM postgres:13.18-alpine@sha256:6126cefbeb527446a06e659245e297aca6962edd16362c10d1d62843e5456e2a AS pg13
FROM postgres:14.15-alpine@sha256:b9afaeae1966541069c0674266712dfb1b372a78270365aa91b79cfbb3a55a6d AS pg14
FROM postgres:15.10-alpine@sha256:465818737e0b6f78390d737d19162e5b67e668eeb79ee6a0c9a50c8ef93dbfee AS pg15
FROM postgres:16.6-alpine@sha256:a11ddaf48f067a3d305734b76ffb42e7446a97d1d4a75d1899ff4b128e88e870 AS pg16
FROM postgres:12.22-alpine@sha256:ef3a17e115053e23a59862311dd19db6c0dfb4b10c8fded1ea27404c9fe2f192 AS pg12
FROM postgres:13.18-alpine@sha256:6f6fa3c352fecf9268f12e790d8d4629d4fee68361608a3acb04737f8c3c1f12 AS pg13
FROM postgres:14.15-alpine@sha256:540310ca725cd1981d0b8af9343e5fb203d3d8769f2762f70927fb449b3bbb1c AS pg14
FROM postgres:15.10-alpine@sha256:f85dd74a714c67792c72fc609becff10e0b0eaffca7b40aa1c6251d09c02b5d4 AS pg15
FROM postgres:16.6-alpine@sha256:24deb9ae8bb6afb18445b274a115241431292504088cb183d77657d7029c3bac AS pg16

# patched pg14 with security_invoker for views
FROM technowledgy/postgres:14-alpine@sha256:c6a48ec20b0cc147c67b7a783dd4b4351d855dbcf1180b2790d9d5d715e32ecf AS pg14-invoker
Expand Down

0 comments on commit 4147f47

Please sign in to comment.