Update nginx Docker tag to v1.28.0

This commit is contained in:
Renovate Bot 2025-06-21 23:17:50 +00:00
parent 6952943163
commit f914ffddda

View file

@ -8,5 +8,5 @@ RUN flutter pub get
RUN flutter build web
# Create the run-time image
FROM nginx:1.21.1-alpine
FROM nginx:1.28.0-alpine
COPY --from=build-env /app/build/web /usr/share/nginx/html/web