Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
ci: update main node image to 18 in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed Jan 16, 2023
1 parent 0902fbf commit 7546e3b
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
Expand Up @@ -17,7 +17,7 @@ RUN CUSTOM_MODULES=${CUSTOM_MODULES} yarn build:node && yarn build:files && yarn


# FROM gcr.io/distroless/nodejs:16
FROM node:16-alpine
FROM node:18-alpine

ARG CUSTOM_MODULES="default"

Expand Down

0 comments on commit 7546e3b

Please sign in to comment.