diff --git a/apps/piwigo/Containerfile b/apps/piwigo/Dockerfile similarity index 91% rename from apps/piwigo/Containerfile rename to apps/piwigo/Dockerfile index e047abd..85c63d5 100644 --- a/apps/piwigo/Containerfile +++ b/apps/piwigo/Dockerfile @@ -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 apt-get update && apt-get install -y \ diff --git a/apps/rompr/Dockerfile b/apps/rompr/Dockerfile index d3742e3..e8c4a35 100644 --- a/apps/rompr/Dockerfile +++ b/apps/rompr/Dockerfile @@ -1,6 +1,6 @@ FROM cr.lan/debian-stable-php-fpm -ARG ROMPR_VERSION=1.60.1 +ARG ROMPR_VERSION=1.61 # Install packages ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && \