Skip to content

Commit

Permalink
set version v1.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupino committed Oct 6, 2020
1 parent e720993 commit b214b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.8
ENV VERSION v1.1.0.0
ENV VERSION v1.1.0.1
RUN apk add --no-cache wget=1.20.3-r0 && \
wget https://github.com/Lupino/yuntan-gateway/releases/download/$VERSION/simple-gateway-linux-$VERSION.tar.bz2 && \
apk del wget && \
Expand Down
2 changes: 1 addition & 1 deletion micro-gateway.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: micro-gateway
version: 1.1.0.0
version: 1.1.0.1
synopsis: A Micro service gateway.
description: A Micro service gateway. Support http, and websockets reverse proxy.
homepage: https://github.com/Lupino/micro-gateway#readme
Expand Down

0 comments on commit b214b8c

Please sign in to comment.