Skip to content

Commit

Permalink
Merge pull request #44 from canonical/chore/upgrade-node-version
Browse files Browse the repository at this point in the history
upgrade node from 21 to 22
  • Loading branch information
abbiesims authored Jan 9, 2025
2 parents 84f32fe + c7c7ce2 commit be232bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="dotrun-docker",
version="1.2.0",
version="1.3.0",
packages=["dotrun_docker"],
install_requires=[
"ipdb",
Expand Down

0 comments on commit be232bc

Please # to comment.