Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-pagopa[bot] authored Sep 30, 2024
1 parent df69465 commit 5314236
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/oneid/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- dynamodb-local
links:
- dynamodb-local
image: amazon/aws-cli
image: amazon/aws-cli@sha256:e553f4420212633e64ae1b8a7165c92d55b01db6e3c0c80e170d60fe1134f3a9
volumes:
- ${PWD}/docker_mock/gsi_pointer.json:/home/dynamodblocal/gsi_pointer.json
- ${PWD}/docker_mock/gsi_code.json:/home/dynamodblocal/gsi_code.json
Expand All @@ -31,7 +31,7 @@ services:
aws dynamodb batch-write-item --request-items file:///home/dynamodblocal/batchDynamo.json --endpoint-url http://dynamodb-local:8000 --region eu-south-1
aws dynamodb list-tables --endpoint-url http://dynamodb-local:8000 --region us-south-1
local-kms:
image: nsmithuk/local-kms
image: nsmithuk/local-kms@sha256:c0d7ff506b4aa1c061ae6743cf292a99fb9ec1968a6e5f3a3272110925860501
ports:
- "8085:8080"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion src/oneid/docker_mock/dummy_client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM python:3.10-alpine
FROM --platform=$BUILDPLATFORM python:3.10-alpine@sha256:b8541313282fa2e680cd19592c52aaa97adb833c7b8fcd73e22ecf0799ae549e

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion src/oneid/oneid-lambda-client-registration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Stage 1 : build with maven builder image with native capabilities
FROM quay.io/quarkus/ubi-quarkus-graalvmce-builder-image:jdk-21 AS build
FROM quay.io/quarkus/ubi-quarkus-graalvmce-builder-image:jdk-21@sha256:e22f7e0eeb061e04075703b03f3d025b2fc5db8031f13e85401d8884416fdca6 AS build
# Copy all needed files and directories
# Parent pom
COPY --chown=quarkus:quarkus ../pom.xml /code/
Expand Down
2 changes: 1 addition & 1 deletion src/oneid/oneid-lambda-service-metadata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Stage 1 : build with maven builder image with native capabilities
FROM quay.io/quarkus/ubi-quarkus-graalvmce-builder-image:jdk-21 AS build
FROM quay.io/quarkus/ubi-quarkus-graalvmce-builder-image:jdk-21@sha256:e22f7e0eeb061e04075703b03f3d025b2fc5db8031f13e85401d8884416fdca6 AS build
# Copy all needed files and directories
# Parent pom
COPY --chown=quarkus:quarkus ../pom.xml /code/
Expand Down

0 comments on commit 5314236

Please sign in to comment.