Skip to content

Commit 25c4997

Browse files
committed
Update versions in repo
Signed-off-by: George Araújo <[email protected]>
1 parent 3155e06 commit 25c4997

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ If you installed **al-folio** as described above, you can manually update your c
242242
# Assuming the current directory is <your-repo-name>
243243
$ git remote add upstream https://github.com/alshedivat/al-folio.git
244244
$ git fetch upstream
245-
$ git rebase v0.14.3
245+
$ git rebase v0.14.4
246246
```
247247

248248
If you have extensively customized a previous version, it might be trickier to upgrade.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# this file uses prebuilt image in dockerhub
22
services:
33
jekyll:
4-
image: amirpourmand/al-folio:v0.14.3
4+
image: amirpourmand/al-folio:v0.14.4
55
build: .
66
# uncomment these if you are having this issue with the build:
77
# /usr/local/bundle/gems/jekyll-4.3.4/lib/jekyll/site.rb:509:in `initialize': Permission denied @ rb_sysopen - /srv/jekyll/.jekyll-cache/.gitignore (Errno::EACCES)

0 commit comments

Comments
 (0)