We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4492e commit 35f818dCopy full SHA for 35f818d
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG NODE_TAG="15-alpine3.13"
+ARG NODE_TAG="20-alpine3.18"
2
FROM node:${NODE_TAG} as Runner
3
WORKDIR /usr/src/app
4
RUN apk add --no-cache bash git curl jq openssh-client
docker-compose.yml
@@ -6,7 +6,7 @@ services:
6
build:
7
context: .
8
args:
9
- NODE_TAG: "${NODE_VERSION:-15}-alpine${ALPINE_VERSION:-3.13}"
+ NODE_TAG: "${NODE_VERSION:-20}-alpine${ALPINE_VERSION:-3.18}"
10
environment:
11
DEBUG: "${DEBUG:-1}"
12
DRY_RUN: "${DRY_RUN:-1}"
0 commit comments