Skip to content

Commit

Permalink
Merge pull request #41 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.25.3
  • Loading branch information
maxemann96 committed Nov 22, 2023
2 parents 57547c3 + d06c451 commit 32d8fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.18
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.1
ENV NGINX_VERSION 1.25.3

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

0 comments on commit 32d8fe3

Please sign in to comment.