Skip to content

Commit b388766

Browse files
authored
Merge pull request #266 from bonasunu/patch-1
Update section-4.md - Renamed as to AS on line 2 of the Dockerfile to fix the casing mismatch
2 parents 5cddf8a + 8005671 commit b388766

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/part-3/section-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ We could start thinking about optimizations at this point but instead, we're goi
251251

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

257257
RUN gem install jekyll

0 commit comments

Comments
 (0)