Skip to content

Commit

Permalink
Bump node in /ch9_release/src/Tailwind.Traders.Web
Browse files Browse the repository at this point in the history
Bumps node from 10-alpine to 17-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and wulfland committed Dec 28, 2021
1 parent 301ffb4 commit b59f4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ch9_release/src/Tailwind.Traders.Web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG runtimeTag=5.0
ARG image=mcr.microsoft.com/dotnet/aspnet
ARG sdkImage=mcr.microsoft.com/dotnet/sdk

FROM node:10-alpine as build-node
FROM node:17-alpine as build-node
WORKDIR /ClientApp
COPY ClientApp/package.json .
COPY ClientApp/package-lock.json .
Expand Down
2 changes: 1 addition & 1 deletion ch9_release/src/Tailwind.Traders.Web/Dockerfile.develop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10-alpine as build-node
FROM node:17-alpine as build-node
WORKDIR /ClientApp
COPY ClientApp/package.json .
COPY ClientApp/package-lock.json .
Expand Down

0 comments on commit b59f4c2

Please sign in to comment.