This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
12a638f
commit 009d1a9
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:21-dev-alpine as build-stage | ||
FROM ghcr.io/hazmi35/node:22-dev-alpine as build-stage | ||
|
||
# Prepare pnpm with corepack (experimental feature) | ||
RUN corepack enable && corepack prepare pnpm@latest | ||
|
@@ -22,7 +22,7 @@ RUN pnpm run build | |
RUN pnpm prune --production | ||
|
||
# Get ready for production | ||
FROM ghcr.io/hazmi35/node:21-alpine | ||
FROM ghcr.io/hazmi35/node:22-alpine | ||
|
||
LABEL name "rawon" | ||
Check warning on line 27 in Dockerfile GitHub Actions / docker / buildLegacy key/value format with whitespace separator should not be used
|
||
LABEL maintainer "Stegripe Development <[email protected]>" | ||
Check warning on line 28 in Dockerfile GitHub Actions / docker / buildLegacy key/value format with whitespace separator should not be used
|
||
|