mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2024-12-22 12:54:24 +01:00
release: 3.0.0
- drop Ruby 2.3 and 2.4 compatibility - add Dockerfile
This commit is contained in:
parent
7597c17e93
commit
64ec5e1e56
@ -2,7 +2,7 @@ FROM alpine:3.12
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENV VERSION=2.1.0
|
||||
ENV VERSION=3.0.0
|
||||
|
||||
RUN apk --no-cache add openssl ca-certificates && \
|
||||
apk --no-cache add ruby ruby-etc ruby-webrick && \
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module OpenVPNStatusWeb
|
||||
VERSION = '2.1.0'
|
||||
VERSION = '3.0.0'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user