Skip to content

Commit

Permalink
Pin Node.js to 8b7f2b3 (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate-pagopa[bot] <164534245+renovate-pagopa[bot]@users.noreply.github.com>
  • Loading branch information
renovate-pagopa[bot] authored Jan 17, 2025
1 parent c1e5adc commit 26fdd0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion performance-test/src/DockerfilePost
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# specify the node base image with your desired version node:<version>
FROM node:18
FROM node:18@sha256:8b7f2b36c945174b27fe833689fcc47b78dd47de0eda2d6e868e6e4ec2c63ae0

WORKDIR /src/node-app

Expand Down
2 changes: 1 addition & 1 deletion performance-test/src/DockerfilePre
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# specify the node base image with your desired version node:<version>
FROM node:18
FROM node:18@sha256:8b7f2b36c945174b27fe833689fcc47b78dd47de0eda2d6e868e6e4ec2c63ae0

WORKDIR /src/node-app

Expand Down

0 comments on commit 26fdd0f

Please sign in to comment.