Skip to content

Commit

Permalink
Added detail in comment for Ruby version.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyoyojoe committed Oct 6, 2022
1 parent 9131620 commit 9c91768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
###

# 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
# that matches GitHub Pages' current Ruby version (2.7.3, as of 08/03/2022)
# 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)
FROM ruby:2.7.4-alpine3.14 AS build

# Set Ruby ENV variables
Expand Down

0 comments on commit 9c91768

Please sign in to comment.