Skip to content

Commit

Permalink
use correct digests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtro committed Apr 19, 2024
1 parent 250be40 commit 5f394f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ def update(self) -> Image:
source='library/postgres',
tag='14-alpine', # 14.11
digests=(
'sha256:36ac395a179b1a85d528670839d9e5787a690ec672ee9ff087ada5ddd8db798a', # noqa: E501
'sha256:36ac395a179b1a85d528670839d9e5787a690ec672ee9ff087ada5ddd8db798a', # noqa: E501
'sha256:72b17e06ac53e62495270c850c1dd289580fca05491bcac45cd43c0c8047b6ef', # noqa: E501
'sha256:ac4ca373551069f5cceb157bc4ba7fefc67069f3cf7dfb96fa3fbfece9888d5f', # noqa: E501
),
),
Image(
Expand Down

0 comments on commit 5f394f7

Please sign in to comment.