From 54454ca94f5466d06744247c3d53012d74a24e33 Mon Sep 17 00:00:00 2001 From: Illya Gerasymchuk Date: Wed, 11 Dec 2024 16:03:58 +0000 Subject: [PATCH 1/2] chore: update node-alpine version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b5218b2..1c38068 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ### Building stage -FROM node:20-alpine as builder +FROM node:20.1.0-alpine as builder WORKDIR /app COPY package*.json ./ @@ -20,7 +20,7 @@ RUN npm run build && \ npm cache clean --force ### Production stage -FROM node:20-alpine +FROM node:20.1.0-alpine WORKDIR /app RUN addgroup --system --gid 1001 nodejs From 4e6b51ab38a3e46048a13e6898a85f558f236d1c Mon Sep 17 00:00:00 2001 From: Illya Gerasymchuk Date: Wed, 11 Dec 2024 16:04:29 +0000 Subject: [PATCH 2/2] chore: bump verstion to 0.1.18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f82ce91..d34c0d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pgt-web-app", - "version": "0.1.17", + "version": "0.1.18", "private": true, "type": "module", "scripts": {