Skip to content

Commit

Permalink
change more references from node:8 to node:23
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Dykstra <[email protected]>
  • Loading branch information
DrDaveD committed Feb 4, 2025
1 parent b14b49a commit c75d6d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions running_services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,13 @@ Building the image

To package the Web to PDF service into a SIF container, we must create a
definition file. Let's first choose a base from which to build our container. In
this case the docker image ``node:8`` which comes pre-installed with Node 8 has
this case the docker image ``node:23`` which comes pre-installed with Node 23 has
been used:

.. code:: {command}

Bootstrap: docker
From: node:8
From: node:23

The service also requires a slew of dependencies to be manually installed
in addition to Node 8, so we can add those into the ``post`` section as
Expand Down

0 comments on commit c75d6d0

Please sign in to comment.