Update Dockerfile

This commit is contained in:
Felix 2022-08-10 00:24:19 +02:00 committed by GitHub
parent e69b10cb86
commit ee533ecffd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
## Builder
FROM node:17.9.1-alpine3.15 as builder
FROM node:17.9.0-alpine3.15 as builder
WORKDIR /src