Skip to content

Commit

Permalink
Merge pull request #19 from flownative/bookworm
Browse files Browse the repository at this point in the history
Update to bookworm release
  • Loading branch information
robertlemke authored Feb 20, 2024
2 parents 0c191a1 + 670436f commit fd8ee3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <robert@flownative.com>"

# -----------------------------------------------------------------------------
# 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 \
Expand Down

0 comments on commit fd8ee3d

Please sign in to comment.