Skip to content

Commit

Permalink
Bump Node version from 16.x LTS to 20.x LTS
Browse files Browse the repository at this point in the history
Because NodeSource apparently removed Node 16 packages from their APT repository.

This commit also bumps Gosu from 1.16 to 1.17.
  • Loading branch information
michaelbaudino committed Apr 24, 2024
1 parent 5e401f9 commit 06a5166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ARG RUBYGEMS_VERSION_ARG="" \
BUNDLER_VERSION_ARG=""

# Define dependencies base versions
ENV NODE_VERSION="16" \
GOSU_VERSION="1.16"
ENV NODE_VERSION="20" \
GOSU_VERSION="1.17"

# Define some default variables
ENV PORT="5000" \
Expand Down

0 comments on commit 06a5166

Please sign in to comment.