Skip to content

Commit

Permalink
Trying to fix action build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNewCivilian committed Oct 30, 2024
1 parent 6301006 commit 5a586e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build stage
FROM ruby:latest as build-stage
FROM ruby:3.2 as build-stage
RUN gem install bundler
RUN gem install jekyll
RUN jekyll --version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>CargoRocket Website</h1>
</div>

This is the Website of CargoRocket. It's build with Jekyll. To get started [you'll need Ruby](https://jekyllrb.com/docs/installation/). First install Jekyll:
This is the Website of CargoRocket. It's build with Jekyll. To get started [you'll need Ruby](https://jekyllrb.com/docs/installation/) and sometimes ruby-erb. First install Jekyll:

```sh
# Install Jekyll gem and dependencies
Expand Down

0 comments on commit 5a586e3

Please sign in to comment.