Skip to content

Commit e3ce2d1

Browse files
chore(docker): upgrade base docker image to alpine 3.13 (#30)
Co-authored-by: swoole-bundle-bot <swoolebundle@gmail.com>
1 parent f4d9df4 commit e3ce2d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ version: 2.1
22
executors:
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

88
aliases:
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NODE_TAG="15-alpine3.12"
1+
ARG NODE_TAG="15-alpine3.13"
22
FROM node:${NODE_TAG} as Runner
33
WORKDIR /usr/src/app
44
RUN apk add --no-cache bash git curl jq openssh-client

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)