We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4df84 commit e9c9421Copy full SHA for e9c9421
.circleci/config.yml
@@ -31,7 +31,7 @@ jobs: # a collection of steps
31
build-test-monitor-docker: # runs not using Workflows must have a `build` job as entry point #directory where steps will run
32
#working_directory: ~/goof
33
docker:
34
- - image: node:current-alpine3.14
+ - image: docker:19.03.13
35
environment:
36
IMAGE_NAME: akanchhaS/goof
37
steps:
@@ -41,6 +41,7 @@ jobs: # a collection of steps
41
name: echo "Build Docker image"
42
command: 'docker build -t my-new-container-circleci-goof-image .'
43
- snyk/scan:
44
+ os: alpine
45
fail-on-issues: false
46
monitor-on-build: true
47
token-variable: SNYKTOKEN
0 commit comments