Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrong committed Jul 9, 2024
1 parent 0f5f2c9 commit 7eaf9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app

RUN git clone --depth 1 --single-branch -b $tagName https://github.com/angular/angular source

FROM --platform=linux/amd64 node:16 AS node
FROM --platform=linux/amd64 node:20 AS node

WORKDIR /app

Expand Down

0 comments on commit 7eaf9ce

Please sign in to comment.