E5FD Bump NGINX Plus to R31 by lucacome · Pull Request #228 · nginx/nginx-plus-go-client · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# syntax=docker/dockerfile:1.5
# syntax=docker/dockerfile:1.6
FROM debian:12-slim

LABEL maintainer="NGINX Docker Maintainers <integrations@nginx.com>"

ARG NGINX_PLUS_VERSION=R30
ARG NGINX_PLUS_VERSION=R31

# Install NGINX Plus
# Download certificate and key from the customer portal (https://my.f5.com)
Expand Down
0