Skip to content

Commit

Permalink
deps: bump node from 16-alpine to 19-alpine
Browse files Browse the repository at this point in the history
Bumps node from 16-alpine to 19-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2023
1 parent 426bbb0 commit b00f5e2
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:16-alpine AS builder
FROM node:19-alpine AS builder

RUN apk --no-cache add curl git jq python3

Expand All @@ -21,7 +21,7 @@ RUN npm ci --only=production
# Bundle app source
COPY --chown=node:node . .

FROM node:16-alpine
FROM node:19-alpine
WORKDIR /usr/src/app

COPY --chown=node:node --from=builder /usr/src/app .
Expand Down

0 comments on commit b00f5e2

Please sign in to comment.