rompr version 1.61
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM debian:stable-slim
|
FROM cr.lan/debian-stable
|
||||||
|
|
||||||
#RUN echo 'Acquire::http::proxy "http://172.23.255.1:3142";' >/etc/apt/apt.conf.d/proxy
|
#RUN echo 'Acquire::http::proxy "http://172.23.255.1:3142";' >/etc/apt/apt.conf.d/proxy
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM cr.lan/debian-stable-php-fpm
|
FROM cr.lan/debian-stable-php-fpm
|
||||||
|
|
||||||
ARG ROMPR_VERSION=1.60.1
|
ARG ROMPR_VERSION=1.61
|
||||||
# Install packages
|
# Install packages
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
|||||||
Reference in New Issue
Block a user