8000 Merge pull request #774 from github/ruby-2-7-3 · github/pages-gem@dc62d72 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc62d72

Browse files
authored
Merge pull request #774 from github/ruby-2-7-3
Ruby 2.7.3
2 parents c4294e6 + e9d9768 commit dc62d72

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.1
1+
2.7.3

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUBY_VERSION=2.7.1
1+
ARG RUBY_VERSION=2.7.3
22
FROM ruby:$RUBY_VERSION
33

44
RUN apt-get update \

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7.1-alpine
1+
FROM ruby:2.7.3-alpine
22

33
RUN apk update && apk add --no-cache \
44
git

script/cibuild-docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -ex
44

55
# Set the ruby version in the Action definition matrix.
6-
: "${RUBY_VERSION:="2.7.1"}"
6+
: "${RUBY_VERSION:="2.7.3"}"
77

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

0 commit comments

Comments
 (0)
0