Skip to content

Commit

Permalink
fix(deps): pin dependencies (#1010)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 24, 2023
1 parent 7dae540 commit 7930ddf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cnpg-pgvector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CNPG operand image with pgvector extension
ARG PG_MAJOR=15
ARG PG_MAJOR=15@sha256:7469e92e0e34212970a45a9957ab9017cea74dcdd85eb943a94acb7d5acafc35

FROM ghcr.io/cloudnative-pg/postgresql:$PG_MAJOR as builder

Expand Down
2 changes: 1 addition & 1 deletion datasette/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM datasetteproject/datasette:0.64
FROM datasetteproject/datasette:0.64@sha256:4136ff28b289b8c8c384c550cf552d1aca9096e5ae83e8c990090311c158b8b6

RUN adduser script

Expand Down
2 changes: 1 addition & 1 deletion git/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine/git:v2.36.3
FROM alpine/git:v2.36.3@sha256:66b210a97bc07bfd4019826bcd13a488b371a6cbe2630a4b37d23275658bd3f2

RUN adduser -D script

Expand Down
2 changes: 1 addition & 1 deletion wait-for-http/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM curlimages/curl:7.86.0
FROM curlimages/curl:7.86.0@sha256:cfdeba7f88bb85f6c87f2ec9135115b523a1c24943976a61fbf59c4f2eafd78e

COPY ./bin /bin

Expand Down

0 comments on commit 7930ddf

Please sign in to comment.