generated from frutbits/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57b8f5b
commit f7d083a
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.18.0-dev-alpine as build-stage | ||
|
||
LABEL name "nextjs-tailwind-boilerplate (build-stage)" | ||
LABEL maintainer "FrutBits Indonesia <[email protected]>" | ||
|
@@ -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.18.0-alpine | ||
|
||
LABEL name "nextjs-tailwind-boilerplate" | ||
LABEL maintainer "FrutBits Indonesia <[email protected]>" | ||
|