Skip to content

Commit

Permalink
Revert "use latest node lts"
Browse files Browse the repository at this point in the history
This reverts commit e414260.
  • Loading branch information
ovnrain committed Nov 13, 2023
1 parent 0db596f commit c76b309
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/*
lts/Hydrogen
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine AS base
FROM node:hydrogen-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:lts-alpine
FROM node:hydrogen-alpine

RUN apk add --no-cache tini

Expand Down

0 comments on commit c76b309

Please sign in to comment.