diff --git a/Dockerfile b/Dockerfile index c14b5a7..c64a835 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,8 @@ RUN apt-get update && \ apt-get install --yes \ git curl wget build-essential python3-dev python3-pip -# Set up Node.js 21 repository -RUN curl -fsSL https://deb.nodesource.com/setup_21.x | bash - +# Set up Node.js 22 repository +RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - # Install Node.js and dependencies RUN apt-get install --yes nodejs haproxy libwayland-client0 diff --git a/README.md b/README.md index 4474f4b..c5219d7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This project is a docker image for developing Node.js and Python web projects. I - Based on ubuntu:focal - Python 3.10 -- Node 21 LTS +- Node 22 LTS - Yarn - dotrun-docker diff --git a/src/setup.py b/src/setup.py index 009448b..7d4e51f 100755 --- a/src/setup.py +++ b/src/setup.py @@ -12,7 +12,7 @@ setup( name="dotrun-docker", - version="1.2.0", + version="1.3.0", packages=["dotrun_docker"], install_requires=[ "ipdb",