Skip to content

Commit

Permalink
chore(deps): bump node from 18-alpine3.17 to 20-alpine3.17
Browse files Browse the repository at this point in the history
Bumps node from 18-alpine3.17 to 20-alpine3.17.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 31, 2023
1 parent bbb2635 commit 0ec77ae
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:20-alpine3.17 as vuebuilder
COPY ./ui/frontend /frontend
WORKDIR /frontend

Expand Down

0 comments on commit 0ec77ae

Please sign in to comment.