Skip to content

Commit

Permalink
Update node to v20.12.2 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarciate authored Apr 25, 2024
1 parent 31401c5 commit d744757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.15.0-alpine as build-api
FROM node:20.12.2-alpine as build-api
ARG NETWORK
WORKDIR /app/ui
COPY ui .
Expand Down

0 comments on commit d744757

Please sign in to comment.