Skip to content

Commit

Permalink
fix: change test debian:unstable-slim to specific tag
Browse files Browse the repository at this point in the history
  • Loading branch information
adrobuta committed Nov 12, 2024
1 parent 24d315f commit 39d3c1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ release_defaults: &release_defaults
- image: node:14
working_directory: ~/snyk-docker-plugin

define: &windows_node_version "14"
define: &windows_node_version "18"

commands:
install_deps:
Expand Down
4 changes: 2 additions & 2 deletions test/lib/docker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe("docker", () => {
const resp = await docker.pull(
"registry-1.docker.io",
"library/debian",
"unstable-slim",
"12.0",
imagePath,
"",
"",
Expand Down Expand Up @@ -89,7 +89,7 @@ describe("docker", () => {
const resp = await docker.pull(
"registry-1.docker.io",
"library/debian",
"unstable-slim",
"12.0",
imagePath,
"",
"",
Expand Down

0 comments on commit 39d3c1d

Please sign in to comment.