Skip to content

Commit

Permalink
fix: update the image for Node builder (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk authored Apr 20, 2023
1 parent e1da497 commit bda65f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine3.15 as vuebuilder
FROM node:18-alpine3.17 as vuebuilder
COPY ./ui/frontend /frontend
WORKDIR /frontend

Expand Down

0 comments on commit bda65f9

Please sign in to comment.