Bump node from 18 to 19

Bumps node from 18 to 19.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-19 23:22:36 +00:00 committed by GitHub
parent c1ccec9664
commit d8ea247421
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ RUN git clone --branch $OSM2PGSQL_VERSION https://github.com/openstreetmap/osm2
# Build the frontend AS builder # Build the frontend AS builder
############################################# #############################################
FROM node:18 as frontend-builder FROM node:19 as frontend-builder
WORKDIR /opt/obs/frontend WORKDIR /opt/obs/frontend
ADD frontend/package.json frontend/package-lock.json /opt/obs/frontend/ ADD frontend/package.json frontend/package-lock.json /opt/obs/frontend/