diff --git a/client/Dockerfile b/client/Dockerfile index 1d8ec3a..0f65f99 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -1,5 +1,5 @@ ### Build -FROM node:15.12.0-alpine as builder +FROM node:16.2.0-alpine as builder LABEL org.opencontainers.image.source="https://github.com/kostaspt/domane"