Skip to content

Commit

Permalink
use node lts iron
Browse files Browse the repository at this point in the history
  • Loading branch information
ovnrain committed Dec 2, 2023
1 parent 1dbda2d commit 99b3b18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/Hydrogen
lts/Iron
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:hydrogen-alpine AS base
FROM node:iron-alpine AS base

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand All @@ -25,7 +25,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \

# -------------------

FROM node:hydrogen-alpine
FROM node:iron-alpine

RUN apk add --no-cache tini

Expand Down

0 comments on commit 99b3b18

Please sign in to comment.