Skip to content

Commit 16c5387

Browse files
authored
Merge pull request #95 from p-j/patch-1
uses node:18-alpine in production image
2 parents 276cf56 + c8e1dfb commit 16c5387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/Dockerfile-prod.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN npm run build
2222
{%- endif %}
2323

2424
# Creating final production image
25-
FROM node:16-alpine
25+
FROM node:18-alpine
2626
RUN apk add --no-cache vips-dev
2727
ARG NODE_ENV=production
2828
ENV NODE_ENV=${NODE_ENV}
@@ -39,4 +39,4 @@ EXPOSE 1337
3939
CMD ["yarn", "start"]
4040
{%- else %}
4141
CMD ["npm", "run", "start"]
42-
{%- endif %}
42+
{%- endif %}

0 commit comments

Comments
 (0)