~cytrogen/masto-fe

b749de766f5a6158fd0b5f3c3201943083fc7979 — Michael Stanclift 2 years ago cab4cbf
Migrate Dockerfile to Bookworm (#26802)

1 files changed, 6 insertions(+), 6 deletions(-)

M Dockerfile
M Dockerfile => Dockerfile +6 -6
@@ 1,6 1,6 @@
# syntax=docker/dockerfile:1.4
# This needs to be bullseye-slim because the Ruby image is built on bullseye-slim
ARG NODE_VERSION="16.20-bullseye-slim"
# This needs to be bookworm-slim because the Ruby image is built on bookworm-slim
ARG NODE_VERSION="16.20-bookworm-slim"

FROM ghcr.io/moritzheiber/ruby-jemalloc:3.2.2-slim as ruby
FROM node:${NODE_VERSION} as build


@@ 20,7 20,7 @@ RUN apt-get update && \
    apt-get install -y --no-install-recommends build-essential \
        git \
        libicu-dev \
        libidn11-dev \
        libidn-dev \
        libpq-dev \
        libjemalloc-dev \
        zlib1g-dev \


@@ 64,13 64,13 @@ RUN apt-get update && \
    apt-get -y --no-install-recommends install whois \
        wget \
        procps \
        libssl1.1 \
        libssl3 \
        libpq5 \
        imagemagick \
        ffmpeg \
        libjemalloc2 \
        libicu67 \
        libidn11 \
        libicu72 \
        libidn12 \
        libyaml-0-2 \
        file \
        ca-certificates \