Skip to content
Snippets Groups Projects
Commit a0d9b235 authored by nimrod's avatar nimrod
Browse files

A few updates.

- Update to Alpine 3.18.
- Update to Ruby 3.2.
- Update transmission-rss to 1.2.3.
parent 9dabefe9
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.16 FROM alpine:3.18
# hadolint ignore=DL3018 # hadolint ignore=DL3018
RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \ RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
gosu \ gosu \
......
FROM docker.io/library/ruby:3.1-slim FROM docker.io/library/ruby:3.2-slim
# hadolint ignore=DL3008 # hadolint ignore=DL3008
RUN apt-get update && \ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
...@@ -6,7 +6,7 @@ RUN apt-get update && \ ...@@ -6,7 +6,7 @@ RUN apt-get update && \
gosu \ gosu \
&& \ && \
gem install \ gem install \
transmission-rss:1.2.2 \ transmission-rss:1.2.3 \
&& \ && \
DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove \ DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove \
build-essential \ build-essential \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment