Bump node from 19.9.0-alpine3.16 to 20.2.0-alpine3.16 (#29)

Bumps node from 19.9.0-alpine3.16 to 20.2.0-alpine3.16.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Gallant <davegallant@gmail.com>
This commit is contained in:
dependabot[bot]
2023-08-19 10:00:03 -04:00
committed by GitHub
parent cf22109188
commit 6bd56a1af1

View File

@@ -1,4 +1,4 @@
FROM node:19.9.0-alpine3.16 as builder
FROM node:20.2.0-alpine3.16 as builder
WORKDIR /app