Skip to content

Commit

Permalink
update to newer jekyll docker image for ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed May 4, 2024
1 parent 689d5ca commit b47966a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Jekyll image as the base
FROM jekyll/jekyll:3.7
FROM jekyll/jekyll:4.2.2

# Set the working directory
WORKDIR /usr/src/app
Expand All @@ -20,4 +20,4 @@ COPY . .
EXPOSE 4000

# The default command to run Jekyll
CMD ["jekyll", "serve", "--host", "0.0.0.0", "--livereload"]
CMD ["jekyll", "serve", "--host", "0.0.0.0", "--livereload"]

0 comments on commit b47966a

Please sign in to comment.