We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901f0b9 commit 49a5dbbCopy full SHA for 49a5dbb
2 files changed
.github/workflows/deploy.yml
@@ -17,9 +17,6 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v4
20
- - uses: actions/setup-node@v4
21
- with:
22
- node-version: 20
23
24
- name: Build image
25
run: docker build . --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:16-alpine as build
+FROM node:20-alpine as build
2
3
WORKDIR /app
4
ADD webapp .
0 commit comments