Bump ruby from 3.0.4-slim to 3.1.2-slim in /containers/zammad

Bumps ruby from 3.0.4-slim to 3.1.2-slim.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-05 09:00:36 +00:00 committed by GitHub
parent b4779f1be0
commit 69d9bf24a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# note: zammad is currently incompatible to alpine because of:
# https://github.com/docker-library/ruby/issues/113
FROM ruby:3.0.4-slim AS builder
FROM ruby:3.1.2-slim AS builder
ARG BUILD_DATE
ARG DEBIAN_FRONTEND=noninteractive
@ -24,7 +24,7 @@ RUN chmod +x /tmp/setup.sh; \
/tmp/setup.sh builder
FROM ruby:3.0.4-slim
FROM ruby:3.1.2-slim
ARG BUILD_DATE
ARG DEBIAN_FRONTEND=noninteractive