Skip to content

Commit

Permalink
Merge pull request #49 from docker-nginx-static/renovate/library-ngin…
Browse files Browse the repository at this point in the history
…x-1.x

Update library/nginx Docker tag to v1.26.0
  • Loading branch information
maxemann96 committed Apr 26, 2024
2 parents 9fd7d6c + dd8b3c8 commit d48288a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@ FROM alpine:3.19
LABEL maintainer="Felix Wehnert <felix@wehnert.me>,Maximilian Hippler <hello@maximilian.dev>"

# renovate: datasource=docker depName=library/nginx versioning=semver
ENV NGINX_VERSION 1.25.4
ENV NGINX_VERSION 1.26.0

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
WORKDIR /usr/src

RUN GPG_KEYS="B0F4253373F8F6F510D42178520A9993A1C052F8 \
41DB92713D3BF4BFF3EE91069C5E7FA2F54977D4 \
# GPG Keys taken from https://nginx.org/en/pgp_keys.html
# Maxim Konovalov <maxim@nginx.com> 41DB92713D3BF4BFF3EE91069C5E7FA2F54977D4
# Roman Arutyunyan <arut@nginx.com> 43387825DDB1BB97EC36BA5D007C8D7C15D87369
# Sergey Kandaurov <pluknet@nginx.com> D6786CE303D9A9022998DC6CC8464D549AF75C0A
# Sergey Budnevitch <sb@nginx.com> 7338973069ED3F443F4D37DFA64FD5B17ADB39A8
# Konstantin Pavlov <thresh@nginx.com> 13C82A63B603576156E30A4EA0EA981B66B0D967
# NGINX Signing Key <signing-key@nginx.com> 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62

RUN GPG_KEYS="41DB92713D3BF4BFF3EE91069C5E7FA2F54977D4 \
43387825DDB1BB97EC36BA5D007C8D7C15D87369 \
D6786CE303D9A9022998DC6CC8464D549AF75C0A \
7338973069ED3F443F4D37DFA64FD5B17ADB39A8 \
13C82A63B603576156E30A4EA0EA981B66B0D967 \
Expand Down

0 comments on commit d48288a

Please sign in to comment.