Skip to content

Commit

Permalink
default to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen committed Nov 13, 2024
1 parent ac11782 commit a5c147a
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 @@ -9,8 +9,8 @@ FROM ruby:${RUBY_VERSION}
# NOTE: These args need to stay below the FROM line in order for Docker to recognize them.
ARG BUILD_DATE
ARG VCS_REF
ARG GH_PAGES_VERSION=231
ARG NODE_MAJOR_VERSION=20
ARG GH_PAGES_VERSION=232
ARG NODE_MAJOR_VERSION=22
ARG BUNDLER_VERSION=2.5.23

RUN echo "RUBY_VERSION=${RUBY_VERSION}"
Expand Down

0 comments on commit a5c147a

Please sign in to comment.