Skip to content

Commit

Permalink
Merge pull request #774 from github/ruby-2-7-3
Browse files Browse the repository at this point in the history
Ruby 2.7.3
  • Loading branch information
parkr committed Jun 21, 2021
2 parents c4294e6 + e9d9768 commit dc62d72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.7.1
2.7.3
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
ARG RUBY_VERSION=2.7.1
ARG RUBY_VERSION=2.7.3
FROM ruby:$RUBY_VERSION

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
@@ -1,4 +1,4 @@
FROM ruby:2.7.1-alpine
FROM ruby:2.7.3-alpine

RUN apk update && apk add --no-cache \
git
Expand Down
2 changes: 1 addition & 1 deletion script/cibuild-docker
Expand Up @@ -3,7 +3,7 @@
set -ex

# Set the ruby version in the Action definition matrix.
: "${RUBY_VERSION:="2.7.1"}"
: "${RUBY_VERSION:="2.7.3"}"

docker build --build-arg "RUBY_VERSION=$RUBY_VERSION" -t github-pages .
docker run --rm --workdir /src/gh/pages-gem github-pages script/cibuild

0 comments on commit dc62d72

Please sign in to comment.