We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c19e58 + a87ead8 commit 34326d0Copy full SHA for 34326d0
1 file changed
solutions/integration-tests/Dockerfile
@@ -1,6 +1,6 @@
1
# Both the tag and sha digest are needed: the digest pins the exact image for reproducibility,
2
# and the tag allows Dependabot to evaluate version constraints
3
-FROM node:24-bookworm@sha256:2bf80b777346679077f4932d429e3d06ab7cd5b9a8f5b020d684100891d33bd5
+FROM node:24-bookworm@sha256:f22d6a1f082c02f292e86929b5b0442ac2e5eaf438a5dea9b1566601c3e05940
4
5
ADD https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip awscliv2.zip
6
RUN unzip awscliv2.zip && ./aws/install
0 commit comments