From 5fee40011657b011055bca9d471c3d8df9db4739 Mon Sep 17 00:00:00 2001 From: Ludek Novy <13610612+ludeknovy@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:58:46 +0200 Subject: [PATCH] node v16 (#20) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Luděk Nový --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 879f507..1eba74a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.15.4-alpine3.10 +FROM node:16.18.0-alpine3.15 WORKDIR /src/worker