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 12, 2024
1 parent b6985f7 commit 4db9f2c
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:8958f43a940142d2a4572bb4d4f147ab26994a3da1cead6d39876b96451a4f1a
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:3abfc3079b0882381e5723f74132246bfd17eb7ff04e8cf7313321425ff65426
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:97ccaea18d99784f60743b0d71921b68930cd71fcfbec15b4dbbf812c75a33fd
container_name: kafka
hostname: kafka
ports:
Expand Down

0 comments on commit 4db9f2c

Please sign in to comment.