removed docker bin mounts and updated nginx version

This commit is contained in:
2024-09-18 12:39:22 +02:00
parent 27c84934b6
commit c2bb0a6198
3 changed files with 2 additions and 15 deletions

View File

@@ -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" && \