Skip to content

Commit

Permalink
revert to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Wrege committed Jul 24, 2023
1 parent 8f2e133 commit 3e72ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine as deps
FROM node:18-alpine as deps

RUN apk add --no-cache libc6-compat

Expand All @@ -12,7 +12,7 @@ COPY .yarn .yarn

RUN yarn install --immutable

FROM node:20-alpine as builder
FROM node:18-alpine as builder

WORKDIR /app

Expand Down

0 comments on commit 3e72ebd

Please sign in to comment.