Skip to content

Commit 9c91768

Browse files
author
yoyoyojoe
committed
Added detail in comment for Ruby version.
1 parent 9131620 commit 9c91768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
###
99

1010
# The FROM command specifies a base image to start with. We're using an Alpine Linux base because it's small (around 5MB), together with a Ruby installation
11-
# that matches GitHub Pages' current Ruby version (2.7.3, as of 08/03/2022)
11+
# that matches GitHub Pages' current Ruby version (2.7.3-alpine3.13 as of 08/03/2022, ruby:2.7.4-alpine3.14 as of 8/18/2022)
1212
FROM ruby:2.7.4-alpine3.14 AS build
1313

1414
# Set Ruby ENV variables

0 commit comments

Comments
 (0)