Skip to content

Commit

Permalink
Upgrade Node.js (#406)
Browse files Browse the repository at this point in the history
and ruby image to based on alpine 3.19
  • Loading branch information
HeRoMo authored Dec 17, 2023
1 parent 85a3522 commit bbf556e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Default values of ARGs in global scope
ARG NODE_IMAGE=node:18.17.1-alpine3.18
ARG NODE_VERSION=18.17.1
ARG NODE_IMAGE=node:20.10.0-alpine3.19
ARG NODE_VERSION=20.10.0
ARG YARN_VERSION=1.22.19

# https://hub.docker.com/_/node
FROM ${NODE_IMAGE} as nodejs

# https://hub.docker.com/_/ruby
FROM ruby:3.2.2-alpine3.18
FROM ruby:3.2.2-alpine3.19
ARG NODE_VERSION # stage local scope
ARG YARN_VERSION # stage local scope
# Install Node.js
Expand Down

0 comments on commit bbf556e

Please sign in to comment.