Skip to content

Commit

Permalink
Workaround for nextjs terser issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mutaphysis committed Aug 27, 2024
1 parent d93805b commit 74fb4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 1) First, we build the base image to have it cached on rebuilds.
# See https://nodejs.org/en/about/releases/ for a release support roadmap.
# Prefer even version numbers, they have active long-term support.
FROM node:22-slim AS base
FROM node:lts-slim AS base

# Create app directory
WORKDIR /usr/app
Expand Down

0 comments on commit 74fb4da

Please sign in to comment.