Skip to content

Commit a15a28f

Browse files
fix(deps): update nginx docker tag to v1.28.0 (#420)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd5706f commit a15a28f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.27.5 AS builder
1+
FROM nginx:1.28.0 AS builder
22

33
ENV \
44
RELEASE_DIR=/tmp/release \
@@ -9,7 +9,7 @@ COPY release ${RELEASE_DIR}
99
COPY docker/pick-release.sh /pick-release.sh
1010
RUN /pick-release.sh
1111

12-
FROM nginx:1.27.5
12+
FROM nginx:1.28.0
1313

1414
RUN apt-get update && apt-get install -y \
1515
supervisor \

0 commit comments

Comments
 (0)