Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 22e654b commit b4540d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-alpine3.17 as build
FROM node:21.4.0-alpine3.17 as build

COPY package*.json /

Expand All @@ -8,7 +8,7 @@ COPY . .

RUN npm run build

FROM node:20.9.0-alpine3.17
FROM node:21.4.0-alpine3.17

RUN apk --no-cache add git

Expand Down

0 comments on commit b4540d1

Please sign in to comment.