Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-pagopa[bot] committed May 31, 2024
1 parent 9bdbe19 commit 9ab2e75
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.16.0 as builder
FROM node:18.16.0@sha256:4a55308cc855cba1a925d19ae4e45838741dad2fd7bb8949a93b2a0f2ae339e3 as builder

RUN addgroup --system user && adduser --ingroup user --system user

Expand All @@ -22,7 +22,7 @@ USER user:user
RUN yarn install \
&& yarn build

FROM node:18.16.0-alpine
FROM node:18.16.0-alpine@sha256:9036ddb8252ba7089c2c83eb2b0dcaf74ff1069e8ddf86fe2bd6dc5fecc9492d
LABEL maintainer="https://teamdigitale.governo.it"

# Install major CA certificates to cover
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:

redis:
container_name: pagopa-proxy-redis
image: redis:4.0.14-alpine
image: redis:4.0.14-alpine@sha256:aaf7c123077a5e45ab2328b5ef7e201b5720616efac498d55e65a7afbb96ae20
command: ["sh", "-c", 'exec redis-server']
ports:
- "6379:6379"
Expand All @@ -24,7 +24,7 @@ services:

redis-insight:
container_name: pagopa-proxy-redis-insight
image: redislabs/redisinsight
image: redislabs/redisinsight@sha256:bbfe06e00282fc051bbfadd49286865e75b359baea62f0d56af0cb0d5684b942
ports:
- "8001:8001"
networks:
Expand Down
2 changes: 1 addition & 1 deletion io-pagopa-node-mock/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.16.0-alpine
FROM node:14.16.0-alpine@sha256:0a6a21d28509f56155007444075ef4fdd36eef0a97924623cb641d3766e3b8d3

RUN apk update && apk upgrade && \
apk add --no-cache bash ca-certificates git openssh openssl
Expand Down
2 changes: 1 addition & 1 deletion io-pagopa-node-mock/DockerfileTMP
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.16.0-alpine
FROM node:14.16.0-alpine@sha256:0a6a21d28509f56155007444075ef4fdd36eef0a97924623cb641d3766e3b8d3

RUN apk update && apk upgrade && \
apk add --no-cache bash ca-certificates git openssh openssl
Expand Down

0 comments on commit 9ab2e75

Please sign in to comment.