Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump arm64v8/node from 16.14-alpine to 20.2-alpine in /frontend #204

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/node:16.14-alpine AS dependencies
FROM arm64v8/node:20.2-alpine AS dependencies

ENV NODE_ENV=production

Expand All @@ -8,7 +8,7 @@ COPY package.json yarn.lock ./

RUN yarn --frozen-lockfile

FROM arm64v8/node:16.14-alpine
FROM arm64v8/node:20.2-alpine

ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED 1
Expand Down