Maintenance: Ruby updated to 2.6.8 (#227)
This commit is contained in:
parent
3866262aa5
commit
a5ab85d651
@ -1,4 +1,4 @@
|
|||||||
FROM ruby:2.6.6-slim AS builder
|
FROM ruby:2.6.8-slim AS builder
|
||||||
# note: zammad is currently incompatible to alpine because of:
|
# note: zammad is currently incompatible to alpine because of:
|
||||||
# https://github.com/docker-library/ruby/issues/113
|
# https://github.com/docker-library/ruby/issues/113
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ RUN chmod +x /tmp/setup.sh; \
|
|||||||
/tmp/setup.sh builder
|
/tmp/setup.sh builder
|
||||||
|
|
||||||
|
|
||||||
FROM ruby:2.6.6-slim
|
FROM ruby:2.6.8-slim
|
||||||
|
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
Loading…
Reference in New Issue
Block a user