Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesJJ committed Feb 8, 2024
1 parent 64f3f0e commit a3ec4ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18 AS ruby_base
FROM alpine:3.19 AS ruby_base

RUN addgroup -Sg 1000 jekyll

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rouge"
gem "sass-embedded"
gem "public_suffix"
gem "google-protobuf"
gem "jekyll", "~> 4.3.0"
gem "jekyll", "~> 4.3.3"
gem "jekyll-paginate", "~> 1.1.0"
gem "jekyll-sass-converter", "~> 3.0"

Expand Down

0 comments on commit a3ec4ae

Please sign in to comment.