Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2023
1 parent 57b8f5b commit 2705c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hazmi35/node:18-dev-alpine as build-stage
FROM ghcr.io/hazmi35/node:20-dev-alpine as build-stage

LABEL name "nextjs-tailwind-boilerplate (build-stage)"
LABEL maintainer "FrutBits Indonesia <[email protected]>"
Expand All @@ -25,7 +25,7 @@ RUN pnpm run build
RUN pnpm prune --production

# Get ready for production
FROM ghcr.io/hazmi35/node:18-alpine
FROM ghcr.io/hazmi35/node:20-alpine

LABEL name "nextjs-tailwind-boilerplate"
LABEL maintainer "FrutBits Indonesia <[email protected]>"
Expand Down

0 comments on commit 2705c13

Please sign in to comment.