Skip to content

Commit 6a795af

Browse files
authored
Add Image Version to Docker-Compose to pull the relevant image (alshedivat#2740)
This is to address - alshedivat#2733 Since a lot of times, the only problem is that docker image is not consistent with the build. We have to somehow incorporate image version into repository. I don't insist to provide it this way. Maybe there are other automatic ways which are better. We can also calculate the relevant tag from git.
1 parent b3f1968 commit 6a795af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker-compose.yml

+1-1
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:latest
4+
image: amirpourmand/al-folio:v0.12.0
55
build: .
66
ports:
77
- 8080:8080

0 commit comments

Comments
 (0)