Skip to content

Commit e9c9421

Browse files
committed
Updated config.yml
1 parent 4a4df84 commit e9c9421

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs: # a collection of steps
3131
build-test-monitor-docker: # runs not using Workflows must have a `build` job as entry point #directory where steps will run
3232
#working_directory: ~/goof
3333
docker:
34-
- image: node:current-alpine3.14
34+
- image: docker:19.03.13
3535
environment:
3636
IMAGE_NAME: akanchhaS/goof
3737
steps:
@@ -41,6 +41,7 @@ jobs: # a collection of steps
4141
name: echo "Build Docker image"
4242
command: 'docker build -t my-new-container-circleci-goof-image .'
4343
- snyk/scan:
44+
os: alpine
4445
fail-on-issues: false
4546
monitor-on-build: true
4647
token-variable: SNYKTOKEN

0 commit comments

Comments
 (0)