Skip to content

Commit

Permalink
Merge pull request #266 from bonasunu/patch-1
Browse files Browse the repository at this point in the history
Update section-4.md - Renamed as to AS on line 2 of the Dockerfile to fix the casing mismatch
  • Loading branch information
mluukkai authored Dec 23, 2024
2 parents 5cddf8a + 8005671 commit b388766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/part-3/section-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ We could start thinking about optimizations at this point but instead, we're goi

```dockerfile
# the first stage needs to be given a name
FROM ruby:3 as build-stage
FROM ruby:3 AS build-stage
WORKDIR /usr/app

RUN gem install jekyll
Expand Down

0 comments on commit b388766

Please sign in to comment.