chore(server,web): bump node version to 20.8 (#4311)

* chore: bump node version to 20.8

* fix: remove node hash
This commit is contained in:
Jonathan Jogenfors
2023-10-03 16:34:35 +02:00
committed by GitHub
parent b3c82d5ba2
commit e2f1e38472
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Our Node base image
FROM node:18.16.0-alpine3.18@sha256:9036ddb8252ba7089c2c83eb2b0dcaf74ff1069e8ddf86fe2bd6dc5fecc9492d as base
FROM node:20.8-alpine3.18 as base
WORKDIR /usr/src/app
EXPOSE 3000