Skip to content

Commit

Permalink
use latest node lts
Browse files Browse the repository at this point in the history
  • Loading branch information
ovnrain committed Nov 13, 2023
1 parent 91a4d58 commit e414260
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/*
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:lts-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:lts-alpine

RUN apk add --no-cache tini

Expand Down

0 comments on commit e414260

Please sign in to comment.