Bump node from 17 to 18

Bumps node from 17 to 18.

---
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-04-21 23:26:11 +00:00 committed by Paul Bienkowski
parent 36f1675577
commit ad0169d0b0

View file

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