Skip to content

Commit

Permalink
chore(deps): update node version and node dependencies
Browse files Browse the repository at this point in the history
Update node to version 18 and also update node modules to ES6. Also update node dependencies to the latest version.
  • Loading branch information
kennedykori committed Sep 20, 2022
1 parent e8f8e58 commit d5da835
Show file tree
Hide file tree
Showing 21 changed files with 2,727 additions and 3,452 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PYTHON_VERSION=3.10-slim-buster

FROM node:10-stretch-slim as client-builder
FROM node:18-slim as client-builder

ARG APP_HOME=/app
WORKDIR ${APP_HOME}
Expand Down Expand Up @@ -51,7 +51,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
# wget
wget \
# npm and nodejs
nodejs npm postgis gdal-bin libgdal-dev \
postgis gdal-bin libgdal-dev \
# cleaning up unused files
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
&& rm -rf /var/lib/apt/lists/*
Expand Down
Loading

0 comments on commit d5da835

Please sign in to comment.