Skip to content

Commit

Permalink
upgraded node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum-grit committed Oct 24, 2023
1 parent 37dad0b commit 0a5c347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build target dependencies #
###########################
FROM node:16-alpine3.16 AS base
FROM node:20-alpine AS base
WORKDIR /app
ARG NODE_ENV=production
ENV PATH=/app/node_modules/.bin:$PATH \
Expand Down

0 comments on commit 0a5c347

Please sign in to comment.