Skip to content

Commit

Permalink
Update to jekyll 4.3.3, Ruby 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinna Kiisuo committed Feb 2, 2024
1 parent 50fe352 commit a3ef5ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby:alpine3.18
FROM ruby:3.3.0-alpine3.19

ARG JEKYLL_VERSION=4.3.2
ARG JEKYLL_VERSION=4.3.3

ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
Expand All @@ -24,8 +24,7 @@ RUN apk --no-cache add \
RUN echo "gem: --no-ri --no-rdoc" > ~/.gemrc && gem update --system

# Install basics to lessen need of providing a Gemfile
RUN gem install bundler jekyll:$JEKYLL_VERSION sass-embedded jekyll-feed jekyll-seo-tag minima -- \
--use-system-libraries --no-cache
RUN gem install bundler jekyll:$JEKYLL_VERSION sass-embedded jekyll-feed jekyll-seo-tag minima

COPY entrypoint.sh /bin/entrypoint

Expand Down

0 comments on commit a3ef5ca

Please sign in to comment.