diff --git a/.circleci/config.yml b/.circleci/config.yml index 37ac47b94..22275210e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,7 +47,7 @@ only_dev: &only_dev jobs: build: docker: - - image: cimg/node:18.20 + - image: cimg/node:18.20.3@sha256:b7e440d8e097d27ca514390ee703ad95b0b8cc42ccd5ac88a4d8bbd06a44754f steps: - checkout # Define the working directory for this job @@ -89,7 +89,7 @@ jobs: description: Run integration tests against external services, e.g. Snowplow docker: # The application - - image: cimg/node:18.20 + - image: cimg/node:18.20.3@sha256:b7e440d8e097d27ca514390ee703ad95b0b8cc42ccd5ac88a4d8bbd06a44754f auth: username: $DOCKERHUB_USERNAME password: $DOCKERHUB_PASSWORD @@ -127,7 +127,7 @@ jobs: test_specs: description: Run spec tests docker: - - image: cimg/node:18.20 + - image: cimg/node:18.20.3@sha256:b7e440d8e097d27ca514390ee703ad95b0b8cc42ccd5ac88a4d8bbd06a44754f auth: username: $DOCKERHUB_USERNAME password: $DOCKERHUB_PASSWORD