Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent 286e4d6 commit cf28c93
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

build-alpine:
docker:
- image: alpine:3.18.3
- image: alpine:3.18.3@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a

working_directory: ~/repo

Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:

test-alpine:
docker:
- image: alpine:3.18.3
- image: alpine:3.18.3@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
steps:
- run:
name: Install git
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

test-alpine-proxy:
docker:
- image: alpine:3.18.3
- image: alpine:3.18.3@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
steps:
- run:
name: Install git
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:

test-alpine-without-git:
docker:
- image: alpine:3.18.3
- image: alpine:3.18.3@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
steps:
- run:
name: Install git
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:

test-linux:
docker:
- image: cimg/node:17.9.1
- image: cimg/node:17.9.1@sha256:672e6db46d85bb5f2d5f301a612635ff1d2563303710b4e699d521f620b1bb6e
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:

test-linux-without-git:
docker:
- image: cimg/node:17.9.1
- image: cimg/node:17.9.1@sha256:672e6db46d85bb5f2d5f301a612635ff1d2563303710b4e699d521f620b1bb6e
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -504,7 +504,7 @@ jobs:

review:
docker:
- image: cimg/node:17.9.1
- image: cimg/node:17.9.1@sha256:672e6db46d85bb5f2d5f301a612635ff1d2563303710b4e699d521f620b1bb6e
steps:
- attach_workspace:
at: .
Expand Down Expand Up @@ -543,7 +543,7 @@ jobs:

deploy:
docker:
- image: cimg/node:17.9.1
- image: cimg/node:17.9.1@sha256:672e6db46d85bb5f2d5f301a612635ff1d2563303710b4e699d521f620b1bb6e
steps:
- attach_workspace:
at: .
Expand All @@ -569,7 +569,7 @@ jobs:
- release_tag
release:
docker:
- image: google/cloud-sdk:448.0.0-slim
- image: google/cloud-sdk:448.0.0-slim@sha256:baceb453297c5f14ff306629ce61c63efaad1ca8f506958d55c82b5ded1923a3
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit cf28c93

Please sign in to comment.