using node 18 in github test setup

This commit is contained in:
weakmap@gmail.com
2024-01-01 16:24:39 +01:00
parent 1a3fc6f94d
commit 50b3fde075

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3
FROM node:16-alpine AS builder
FROM node:18-alpine AS builder
COPY --chown=1000:1000 . /fredy
WORKDIR /fredy
USER 1000