Skip to content

Commit 49a5dbb

Browse files
committed
Update node in dockerfile
this is the node version that is used during build
1 parent 901f0b9 commit 49a5dbb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: actions/setup-node@v4
21-
with:
22-
node-version: 20
2320

2421
- name: Build image
2522
run: docker build . --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine as build
1+
FROM node:20-alpine as build
22

33
WORKDIR /app
44
ADD webapp .

0 commit comments

Comments
 (0)