Skip to content

Commit

Permalink
fix build node version
Browse files Browse the repository at this point in the history
Signed-off-by: F-Node-Karlsruhe <christian.fries@eecc.de>
  • Loading branch information
F-Node-Karlsruhe committed Oct 10, 2023
1 parent 0885a0f commit 819b239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# develop stage
FROM node:lts-alpine as develop-stage
FROM node:18.17-alpine as develop-stage
WORKDIR /app
COPY package*.json ./
RUN npm install
Expand Down

0 comments on commit 819b239

Please sign in to comment.