Skip to content

Commit 35f818d

Browse files
committed
chore(docker): nodejs updated to v20, alpine linux updated to 3.8
1 parent bb4492e commit 35f818d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.13"
1+
ARG NODE_TAG="20-alpine3.18"
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.13}"
9+
NODE_TAG: "${NODE_VERSION:-20}-alpine${ALPINE_VERSION:-3.18}"
1010
environment:
1111
DEBUG: "${DEBUG:-1}"
1212
DRY_RUN: "${DRY_RUN:-1}"

0 commit comments

Comments
 (0)