Skip to content

Commit

Permalink
Downgrades dashboard image to nodejs v18
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmeier committed Nov 25, 2024
1 parent fc0a17b commit 4edbb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/common/dashboard/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-alpine3.20 AS dashboard
FROM node:18-alpine3.20 AS dashboard

RUN mkdir -p /dashboard
WORKDIR /dashboard
Expand Down

0 comments on commit 4edbb5d

Please sign in to comment.