Skip to content

Commit 0061473

Browse files
committed
chore(deps): sync postgres digest to constants.py
Dependabot bumped the postgres pin in dependabot-pins.Dockerfile but left POSTGRES_IMAGE on the old digest. Same version (18.4), rebuilt image. Signed-off-by: Andrew Chin <achin34@gatech.edu>
1 parent 4eb71fd commit 0061473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

oss_crs/src/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: MIT
22
# Container images used by the infrastructure sidecar stack.
33
LITELLM_IMAGE = "ghcr.io/berriai/litellm-database@sha256:8075b09298dc2453316ebe6152603da34d4b1a0661a3cd756a11191a5b40d59c" # v1.94.0
4-
POSTGRES_IMAGE = "postgres@sha256:3a82e1f56c8f0f5616a11103ac3d47e632c3938698946a7ad26da0df1334744a" # 18.4
4+
POSTGRES_IMAGE = "postgres@sha256:a02db8cac496f15b094798a38254f14d6e00741f709360e5e00bb6668ea31636" # 18.4
55

66
# Stable local tags for the internal LiteLLM stack images. ``prepare`` pulls
77
# each by its immutable digest and applies the local tag; the run template

0 commit comments

Comments
 (0)