change to node 16 🙄
Some checks failed
ci/woodpecker/cron/build-docker Pipeline failed

This commit is contained in:
Adora Laura Kalb 2023-08-28 15:45:35 +02:00
parent fc384b7850
commit f986a1d2b6
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM node:20
FROM node:16
ENV NODE_ENV=production
WORKDIR /app