Update nginx Docker tag to v1.28.0
This commit is contained in:
parent
6952943163
commit
f914ffddda
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue