Converting Dockerfile to use the alpine image
This matches the image used in .gitlab-ci.yml. Pinning alpine:3.13 due to errors with gem install in 3.14.
This commit is contained in:
@ -2,7 +2,7 @@ stages:
|
||||
- test
|
||||
- deploy
|
||||
|
||||
image: alpine:latest
|
||||
image: alpine:3.13
|
||||
|
||||
variables:
|
||||
JEKYLL_ENV: production
|
||||
|
Reference in New Issue
Block a user