From 19f71e4d45c2062aa740b93f5e59b4de5757ccb3 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 5 Sep 2026 06:36:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A3=20Update=20Node.js=20to=20v16.13.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ------ | ------- | | docker | node | 16.3.0 | 16.13.1 | --- apps/petio/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/petio/Dockerfile b/apps/petio/Dockerfile index c641d2b12b..4d84600068 100644 --- a/apps/petio/Dockerfile +++ b/apps/petio/Dockerfile @@ -8,7 +8,7 @@ RUN apk update && apk upgrade && \ RUN git clone -b $VERSION https://github.com/petio-team/petio.git /source -FROM node:16.3.0-alpine3.13 as builder +FROM node:16.13.1-alpine3.13 as builder RUN apk add --no-cache git COPY --from=cloner /source/ /source/