1
1

variable ruby versions
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Hanjo Meinhardt 2021-10-27 13:46:08 +02:00
parent 0cd0a079e8
commit 1812936339
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,7 @@ pipeline:
repo: bunix42/jekyll
build_args:
- JEKYLL_VERSION=3.8.7
- RUBY_VERSION=2-alpine3.13
tags:
- 3.8.7
- 3.8
@ -15,6 +16,7 @@ pipeline:
repo: bunix42/jekyll
build_args:
- JEKYLL_VERSION=3.9.1
- RUBY_VERSION=2-alpine3.13
tags:
- 3.9.1
- 3.9
@ -25,6 +27,7 @@ pipeline:
repo: bunix42/jekyll
build_args:
- JEKYLL_VERSION=4.2.1
- RUBY_VERSION=3-alpine3.13
tags:
- 4.2.1
- 4.2

View File

@ -1,4 +1,5 @@
FROM ruby:3-alpine3.13
ARG RUBY_VERSION
FROM ruby:${RUBY_VERSION}}
LABEL org.opencontainers.image.authors="hanjo@bunix.de"