We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066f1c3 commit a4077f3Copy full SHA for a4077f3
1 file changed
Dockerfile
@@ -1,8 +1,8 @@
1
# syntax=docker/dockerfile:1@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
2
# checkov:skip=CKV_DOCKER_8: s6-overlay entrypoint must start as root so init scripts can prepare filesystem state before dropping privileges
3
4
-ARG UPSTREAM_VERSION=v0.6.9
5
-ARG UPSTREAM_IMAGE_DIGEST=sha256:3d899b3eced520d8d3166a3d53184cbb1356670fb52d050f94f8e62e59754d70
+ARG UPSTREAM_VERSION=0.7.0
+ARG UPSTREAM_IMAGE_DIGEST=sha256:80826f1e94f10f3b7d494fdb42ed12ace13ff4f3a40c274b8c3e96e304efab92
6
ARG PGVECTOR_VERSION=0.8.2
7
FROM ghcr.io/we-promise/sure:${UPSTREAM_VERSION}@${UPSTREAM_IMAGE_DIGEST}
8
0 commit comments