Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions containers/zammad/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.3-slim AS builder

ARG BUILD_DATE
ARG DEBIAN_FRONTEND=noninteractive
Expand All @@ -24,7 +24,7 @@ RUN chmod +x /tmp/setup.sh; \
/tmp/setup.sh builder


FROM ruby:3.0.4-slim
FROM ruby:3.1.3-slim

ARG BUILD_DATE
ARG DEBIAN_FRONTEND=noninteractive
Expand Down