mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2024-12-22 02:54:23 +01:00
gem: release 3.4.0
This commit is contained in:
parent
194137adc8
commit
65a65081ae
@ -2,7 +2,7 @@ FROM alpine:3.16
|
|||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
ENV VERSION=3.3.0
|
ENV VERSION=3.4.0
|
||||||
|
|
||||||
RUN apk --no-cache add openssl ca-certificates && \
|
RUN apk --no-cache add openssl ca-certificates && \
|
||||||
apk --no-cache add ruby ruby-etc ruby-webrick && \
|
apk --no-cache add ruby ruby-etc ruby-webrick && \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module OpenVPNStatusWeb
|
module OpenVPNStatusWeb
|
||||||
VERSION = '3.3.0'
|
VERSION = '3.4.0'
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user