Skip to content

Commit

Permalink
Merge pull request #44 from khulnasoft-lab/dependabot/docker/node-21-…
Browse files Browse the repository at this point in the history
…alpine3.17

chore(deps): bump node from 18-alpine3.17 to 21-alpine3.17
  • Loading branch information
gitworkflows authored Dec 11, 2023
2 parents 244546d + 9271e0f commit 5d2b196
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:18-alpine3.17 as vuebuilder
FROM node:21-alpine3.17 as vuebuilder
COPY ./ui/frontend /frontend
WORKDIR /frontend

Expand Down

0 comments on commit 5d2b196

Please sign in to comment.