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 May 16, 2024
1 parent b6985f7 commit 10c043b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.13.0 as builder
FROM node:18.13.0@sha256:d871edd5b68105ebcbfcde3fe8c79d24cbdbb30430d9bd6251c57c56c7bd7646 as builder

WORKDIR /usr/src/app

Expand All @@ -7,7 +7,7 @@ COPY / /usr/src/app/
RUN yarn install \
&& yarn build

FROM node:18.13.0-alpine
FROM node:18.13.0-alpine@sha256:fda98168118e5a8f4269efca4101ee51dd5c75c0fe56d8eb6fad80455c2f5827

# Install major CA certificates to cover
# https://github.com/SparebankenVest/azure-key-vault-to-kubernetes integration
Expand Down
6 changes: 3 additions & 3 deletions __integrations__/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
mongo1:
image: mongo:7.0
image: mongo:7.0@sha256:97aac78a80553735b3d9b9b7212803468781b4859645f892a3d04e6b621a7b77
command:
[
"--replSet",
Expand All @@ -26,7 +26,7 @@ services:
- "mongo1_config:/data/configdb"

zookeeper:
image: confluentinc/cp-zookeeper:latest
image: confluentinc/cp-zookeeper:latest@sha256:4dc780642bfc5ec3a2d4901e2ff1f9ddef7f7c5c0b793e1e2911cbfb4e3a3214
container_name: zookeeper
environment:
ZOOKEEPER_CLIENT_PORT: 2181
Expand All @@ -35,7 +35,7 @@ services:
- "2181:2181"

kafka:
image: confluentinc/cp-kafka:latest
image: confluentinc/cp-kafka:latest@sha256:620734d9fc0bb1f9886932e5baf33806074469f40e3fe246a3fdbb59309535fa
container_name: kafka
hostname: kafka
ports:
Expand Down

0 comments on commit 10c043b

Please sign in to comment.