Skip to content

Commit 235a451

Browse files
committed
Updated config.yml
1 parent e9c9421 commit 235a451

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
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: docker:19.03.13
34+
- image: circleci/buildpack-deps:stretch
3535
environment:
3636
IMAGE_NAME: akanchhaS/goof
3737
steps:
@@ -41,7 +41,6 @@ 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
4544
fail-on-issues: false
4645
monitor-on-build: true
4746
token-variable: SNYKTOKEN
@@ -50,7 +49,6 @@ jobs: # a collection of steps
5049
severity-threshold: low
5150
target-file: Dockerfile
5251
docker-image-name: my-new-container-circleci-goof-image
53-
install-alpine-dependencies: true
5452
docker:
5553
- image: 'snyk/snyk-cli:npm'
5654
parameters:

0 commit comments

Comments
 (0)