Skip to content

Commit 52c50ff

Browse files
authored
Update Ruby version and maintainer information
1 parent a5f98a4 commit 52c50ff

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
ARG RUBY_VERSION="3.4.1"
2-
ARG IMAGE_NAME="ruby:${RUBY_VERSION}-slim"
1+
ARG RUBY_VERSION="3.4.8"
2+
ARG IMAGE_NAME="ruby:${RUBY_VERSION}-slim-trixie"
33
# hadolint ignore=DL3006
44
FROM ${IMAGE_NAME}
55

6-
LABEL maintainer="Moritz Heiber <hello@heiber.im>"
7-
LABEL org.opencontainers.image.source=https://github.com/moritzheiber/ruby-jemalloc-docker
6+
LABEL maintainer="Bas Hintemann <bas@feedbackfruits.com>"
7+
LABEL org.opencontainers.image.source=https://github.com/feedbackfruits/ruby-jemalloc-docker
88

99
ARG RUBY_VERSION
10-
ARG RUBY_CHECKSUM="3d385e5d22d368b064c817a13ed8e3cc3f71a7705d7ed1bae78013c33aa7c87f"
10+
ARG RUBY_CHECKSUM="53c4ddad41fbb6189f1f5ee0db57a51d54bd1f87f8755b3d68604156a35b045b"
1111
ARG ADDITIONAL_FLAGS
1212

1313
ENV DEBIAN_FRONTEND="noninteractive" \

0 commit comments

Comments
 (0)