File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ version: 2.1
22executors :
33 k911-docker-client :
44 docker :
5- - image : k911/docker-client:20.10.1 -compose
5+ - image : k911/docker-client:20.10.5 -compose
66 working_directory : ~/workdir
77
88aliases :
99 # Remote Docker config
1010 - &docker-remote-version
1111 setup_remote_docker :
1212 # https://circleci.com/docs/2.0/building-docker-images/#docker-version
13- version : 19.03.13
13+ version : 20.10.2
1414
1515 # Filters
1616 - &filter-run-on-local-branches
Original file line number Diff line number Diff line change 1- ARG NODE_TAG="15-alpine3.12 "
1+ ARG NODE_TAG="15-alpine3.13 "
22FROM node:${NODE_TAG} as Runner
33WORKDIR /usr/src/app
44RUN apk add --no-cache bash git curl jq openssh-client
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
66 build :
77 context : .
88 args :
9- NODE_TAG : " ${NODE_VERSION:-15}-alpine${ALPINE_VERSION:-3.12 }"
9+ NODE_TAG : " ${NODE_VERSION:-15}-alpine${ALPINE_VERSION:-3.13 }"
1010 environment :
1111 DEBUG : " ${DEBUG:-1}"
1212 DRY_RUN : " ${DRY_RUN:-1}"
You can’t perform that action at this time.
0 commit comments