From c2bb0a6198fe0d4b99c794b6c43cb841660bfd8a Mon Sep 17 00:00:00 2001 From: Gyurix Date: Wed, 18 Sep 2024 12:39:22 +0200 Subject: [PATCH] removed docker bin mounts and updated nginx version --- Dockerfile | 5 +---- domain-local-backend.json | 7 +------ firewall-local-backend.json | 5 ----- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5bb6743..1b9d076 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,6 @@ FROM alpine:latest -LABEL maintainer="gyurix" \ - architecture="amd64/x86_64" - -ENV NGINX_VERSION=1.23.1 +ENV NGINX_VERSION=1.25.4 RUN \ build_pkgs="build-base linux-headers openssl-dev pcre-dev wget zlib-dev" && \ diff --git a/domain-local-backend.json b/domain-local-backend.json index 040e6b0..2d0e382 100644 --- a/domain-local-backend.json +++ b/domain-local-backend.json @@ -40,12 +40,7 @@ { "SOURCE": "/var/run/docker.sock", "DEST": "/var/run/docker.sock", - "TYPE": "rw" }, - { - "SOURCE": "/usr/bin/docker", - "DEST": "/usr/bin/docker", - "TYPE": "ro" - } + "TYPE": "rw" } ] } ] diff --git a/firewall-local-backend.json b/firewall-local-backend.json index 4432420..96c074f 100644 --- a/firewall-local-backend.json +++ b/firewall-local-backend.json @@ -30,11 +30,6 @@ "SOURCE": "/var/run/docker.sock", "DEST": "/var/run/docker.sock", "TYPE": "rw" - }, - { - "SOURCE": "/usr/bin/docker", - "DEST": "/usr/bin/docker", - "TYPE": "ro" } ], "PORTS": [ ],