Skip to content

Commit 8005671

Browse files
authored
Update section-4.md
1 parent 5cddf8a commit 8005671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/part-3/section-4.md

+1-1
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)