1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

chore: upgrade ruby to 3.2.2 and nodejs to 20.x

هذا الالتزام موجود في:
Adam Cooke
2024-02-15 20:11:04 +00:00
الأصل e0403ba641
التزام 72715fe5f8
3 ملفات معدلة مع 4 إضافات و5 حذوفات

عرض الملف

@@ -1,10 +1,10 @@
FROM ruby:3.2.1-bullseye AS base
FROM ruby:3.2.2-bullseye AS base
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
software-properties-common dirmngr apt-transport-https \
&& (curl -sL https://deb.nodesource.com/setup_14.x | bash -) \
&& (curl -sL https://deb.nodesource.com/setup_20.x | bash -) \
&& rm -rf /var/lib/apt/lists/*
# Install main dependencies