Skip to content

Commit

Permalink
chore(deps): Bump node from 21.1.0-alpine3.17 to 21.2.0-alpine3.17
Browse files Browse the repository at this point in the history
Bumps node from 21.1.0-alpine3.17 to 21.2.0-alpine3.17.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 3bb98fa commit fad8d16
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
Expand Up @@ -2,7 +2,7 @@
# 1. BUILD
###################

FROM node:21.1.0-alpine3.17 AS build
FROM node:21.2.0-alpine3.17 AS build

# Alpine Linux install packages
RUN apk add bash curl
Expand Down Expand Up @@ -35,7 +35,7 @@ USER node
# 2. PRODUCTION
###################

FROM node:21.1.0-alpine3.17 AS production
FROM node:21.2.0-alpine3.17 AS production

WORKDIR /app

Expand Down

0 comments on commit fad8d16

Please sign in to comment.