Skip to content

Commit

Permalink
fix(deps): update nginx docker tag to v1.27.2 (#287)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 983dae1 commit 923fa96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.27.1 AS builder
FROM nginx:1.27.2 AS builder

ENV \
RELEASE_DIR=/tmp/release \
Expand All @@ -9,7 +9,7 @@ COPY release ${RELEASE_DIR}
COPY docker/pick-release.sh /pick-release.sh
RUN /pick-release.sh

FROM nginx:1.27.1
FROM nginx:1.27.2

RUN apt-get update && apt-get install -y \
supervisor \
Expand Down

0 comments on commit 923fa96

Please sign in to comment.