Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
feat(swagger-editor): update to 3.6.1
Browse files Browse the repository at this point in the history
update to 3.6.1

Signed-off-by: mritd <mritd1234@gmail.com>
  • Loading branch information
mritd committed Jul 9, 2018
1 parent f11fa6e commit e6f8b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swagger-editor/Dockerfile
@@ -1,12 +1,12 @@
FROM nginx:1.13.7-alpine
FROM nginx:1.14.0-alpine

LABEL maintainer="mritd <mritd1234@gmail.com>"

ARG TZ="Asia/Shanghai"

ENV TZ ${TZ}

ENV SWAGGERUI_VERSION 3.1.19
ENV SWAGGERUI_VERSION 3.6.1
ENV SWAGGERUI_DOWNLOAD_URL https://github.com/swagger-api/swagger-editor/archive/v${SWAGGERUI_VERSION}.tar.gz

RUN apk upgrade --update \
Expand Down

0 comments on commit e6f8b90

Please sign in to comment.