We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4294e6 + e9d9768 commit dc62d72Copy full SHA for dc62d72
.ruby-version
@@ -1 +1 @@
1
-2.7.1
+2.7.3
Dockerfile
@@ -1,4 +1,4 @@
-ARG RUBY_VERSION=2.7.1
+ARG RUBY_VERSION=2.7.3
2
FROM ruby:$RUBY_VERSION
3
4
RUN apt-get update \
Dockerfile.alpine
-FROM ruby:2.7.1-alpine
+FROM ruby:2.7.3-alpine
RUN apk update && apk add --no-cache \
git
script/cibuild-docker
@@ -3,7 +3,7 @@
set -ex
5
# Set the ruby version in the Action definition matrix.
6
-: "${RUBY_VERSION:="2.7.1"}"
+: "${RUBY_VERSION:="2.7.3"}"
7
8
docker build --build-arg "RUBY_VERSION=$RUBY_VERSION" -t github-pages .
9
docker run --rm --workdir /src/gh/pages-gem github-pages script/cibuild
0 commit comments