Skip to content

Commit

Permalink
Merge pull request #87 from MinaFoundation/chore/dockerfile-node-alpi…
Browse files Browse the repository at this point in the history
…ne-change

Chore/dockerfile node alpine change
  • Loading branch information
iluxonchik authored Dec 11, 2024
2 parents 453d5e7 + 4e6b51a commit 7b31e4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 ./
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgt-web-app",
"version": "0.1.17",
"version": "0.1.18",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 7b31e4c

Please sign in to comment.