Skip to content

Commit

Permalink
GitHub pages v230 (#11)
Browse files Browse the repository at this point in the history
* Update dockerfile

* Update build
  • Loading branch information
SeanKilleen authored Feb 15, 2024
1 parent 039ec7d commit 089fb57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: "Build and Release"
strategy:
matrix:
VERSIONS: [ {ruby: 2.7.3, ghpages: 226}, {ruby: 2.7.4, ghpages: 229}]
VERSIONS: [ {ruby: 2.7.3, ghpages: 226}, {ruby: 2.7.4, ghpages: 230}]
NODE_MAJOR_VERSION: [18,20,21]
runs-on: ubuntu-latest
env:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Adapted from https://github.com/timbru31/docker-ruby-node/blob/master/2.7/16/Dockerfile
# Using dependency references from https://pages.github.com/versions/

# 2.7.4 is GitHub Pages 229 compatible
# 2.7.4 is GitHub Pages 230 compatible
ARG RUBY_VERSION=2.7.4

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=229
ARG GH_PAGES_VERSION=230
ARG NODE_MAJOR_VERSION=20
# Bundler 2.4.x is the last to support ruby <= 2.7.4
ARG BUNDLER_VERSION=2.4.22
Expand Down

0 comments on commit 089fb57

Please sign in to comment.