From 670436f822b6f8c4e627d818b744ed7b9b353702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Mu=CC=88ller?= Date: Wed, 14 Feb 2024 09:59:30 +0100 Subject: [PATCH] Update to bookworm release --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c051dea..375b77d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,12 @@ -FROM europe-docker.pkg.dev/flownative/docker/base:bullseye +FROM europe-docker.pkg.dev/flownative/docker/base:bookworm LABEL org.opencontainers.image.authors="Robert Lemke " # ----------------------------------------------------------------------------- # Nginx -# Latest versions: https://packages.debian.org/bullseye/nginx +# Latest versions: https://packages.debian.org/bookworm/nginx -ENV NGINX_VERSION=1.18.0-6.1+deb11u3 +ENV NGINX_VERSION=1.22.1-9 ENV FLOWNATIVE_LIB_PATH=/opt/flownative/lib \ NGINX_BASE_PATH=/opt/flownative/nginx \