Skip to content

Commit

Permalink
Merge pull request #34 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.24.0
  • Loading branch information
maxemann96 committed May 4, 2023
2 parents 407f213 + 18fbf83 commit 4e32afc
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.17
LABEL maintainer="Felix Wehnert <felix@wehnert.me>,Maximilian Hippler <hello@maximilian.dev>"

# renovate: datasource=docker depName=library/nginx versioning=semver
ENV NGINX_VERSION 1.23.4
ENV NGINX_VERSION 1.24.0

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

0 comments on commit 4e32afc

Please sign in to comment.