Skip to content

Commit

Permalink
build: bump nodejs version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmisk authored Oct 18, 2023
1 parent 02bfefa commit 26c317f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG PYTHON_VERSION=3.9-slim-buster


# define an alias for the specfic python version used in this file.
FROM nikolaik/python-nodejs:python3.9-nodejs16-slim as python
FROM nikolaik/python-nodejs:python3.9-nodejs18-slim as python

# Python build stage
FROM python as python-build-stage
Expand Down

0 comments on commit 26c317f

Please sign in to comment.