Skip to content

Commit

Permalink
chore(deps): Bump node from 19-alpine to 20-alpine (#15050)
Browse files Browse the repository at this point in the history
Bumps node from 19-alpine to 20-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 24, 2023
1 parent 86fa592 commit dd69c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM node:19-alpine
FROM node:20-alpine

# For some extra dependencies...
RUN apk add --no-cache dumb-init git bash
Expand Down

0 comments on commit dd69c06

Please sign in to comment.