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 Dec 3, 2024
1 parent b6985f7 commit 37c07af
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:8ff7333c6a9fbc00597fcce4c836e8bcc6b29fd34d49259479c43174e32d72be
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:769f5e459674829eaa8cf71ded26ea82ec5e5abdd71b1cecefe2a3dc685f7eb1
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:18042a3a86ba21c1ff9b315ce243aed8bc7fb4794967a83687e4ba1b12283493
container_name: kafka
hostname: kafka
ports:
Expand Down

0 comments on commit 37c07af

Please sign in to comment.