Skip to content

Commit 452246a

Browse files
authored
Merge pull request #559 from docat-org/dependabot/docker/node-20.5
build(deps): bump node from 20.2 to 20.5
2 parents 47cc0cc + 3b5792f commit 452246a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# building frontend
2-
FROM node:20.2 as frontend
2+
FROM node:20.5 as frontend
33
WORKDIR /app/frontend
44
COPY web ./
55

0 commit comments

Comments
 (0)