Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 authored Oct 21, 2024
1 parent 23f81d6 commit 29d7be8
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:alpine AS dashboard
FROM node:22-alpine3.20 AS dashboard

RUN mkdir -p /dashboard
WORKDIR /dashboard
Expand Down

0 comments on commit 29d7be8

Please sign in to comment.