Skip to content

Commit

Permalink
fix(deps): update nginx docker tag to v1.27.3 (#320)
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 Nov 28, 2024
1 parent 63120a6 commit 62b74ac
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.2 AS builder
FROM nginx:1.27.3 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.2
FROM nginx:1.27.3

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

0 comments on commit 62b74ac

Please sign in to comment.