Skip to content

Commit

Permalink
Use newer images
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkcuys committed Aug 26, 2024
1 parent 380adbc commit adf8517
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: '3'
services:
jekyll:
image: ruby:2.7
image: ruby:3
user: 1000:1000
working_dir: /opt/app
ports:
Expand All @@ -13,7 +12,7 @@ services:
- BUNDLE_PATH=/opt/bundler
command: bash -c "bundle install && bundle exec jekyll serve -H 0.0.0.0 --watch"
node:
image: node:18
image: node:20
user: 1000:1000
working_dir: /opt/app
volumes:
Expand Down

0 comments on commit adf8517

Please sign in to comment.