Browse Source

housekeeping(deps): update nginx docker tag to v1.19 (#6052)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
bubble
renovate[bot] 4 years ago
committed by GitHub
parent
commit
703fc08d17
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -2,7 +2,7 @@
# We don't declare them here — take a look at our docs.
# https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md

FROM nginx:1.17-alpine
FROM nginx:1.19-alpine

RUN apk --no-cache add nodejs



Loading…
Cancel
Save