Skip to content

Commit

Permalink
Merge pull request #20 from getsentry/mdtro/postgres-14.11
Browse files Browse the repository at this point in the history
update digests to point from postgres 14.9 to 14.11
  • Loading branch information
mdtro committed Apr 19, 2024
2 parents a8d651e + 5f394f7 commit 7c2b951
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@ def update(self) -> Image:
Image(
registry='registry-1.docker.io',
source='library/postgres',
tag='14-alpine',
tag='14-alpine', # 14.11
digests=(
'sha256:8dc41c1f358669e2006559bc817cd7c1daaa328d1ee8370ac209167f3b6a894f', # noqa: E501
'sha256:583063ce031a46cdff262cdd88f22c15a829ce5814957946ccfdf20ef66d2de6', # noqa: E501
'sha256:72b17e06ac53e62495270c850c1dd289580fca05491bcac45cd43c0c8047b6ef', # noqa: E501
'sha256:ac4ca373551069f5cceb157bc4ba7fefc67069f3cf7dfb96fa3fbfece9888d5f', # noqa: E501
),
),
Image(
Expand Down

0 comments on commit 7c2b951

Please sign in to comment.