Skip to content

Commit

Permalink
Merge pull request #103 from useplunk/dev-driaug-https-check
Browse files Browse the repository at this point in the history
Fix: Hard set to node 20
  • Loading branch information
driaug authored Sep 28, 2024
2 parents 131819c + b9881b4 commit 765c296
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,5 +1,5 @@
# Base Stage
FROM node:alpine AS base
FROM node:20-alpine AS base

WORKDIR /app

Expand All @@ -13,7 +13,7 @@ RUN yarn workspace @plunk/api build
RUN yarn workspace @plunk/dashboard build

# Final Stage
FROM node:alpine
FROM node:20-alpine

WORKDIR /app

Expand Down

0 comments on commit 765c296

Please sign in to comment.