Skip to content

Commit

Permalink
Merge pull request #193 from aviemet/prod_fixes
Browse files Browse the repository at this point in the history
fix: bumps node version for docker release workflow
  • Loading branch information
aviemet authored Apr 2, 2024
2 parents 9ebd2bb + 545b164 commit 1a5939d
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 RUBY_VERSION=3.2.2
FROM ruby:$RUBY_VERSION AS BUILD_IMAGE

ARG BUNDLER_VERSION=2.4.17
ARG NODE_MAJOR_VERSION=20
ARG NODE_MAJOR_VERSION=21

ADD . /inventory
WORKDIR /inventory
Expand Down

0 comments on commit 1a5939d

Please sign in to comment.