mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2024-11-17 06:56:13 +01:00
gem: release 3.3.0
This commit is contained in:
parent
117f70e2e3
commit
648b4d94b6
@ -1,8 +1,8 @@
|
||||
FROM alpine:3.13
|
||||
FROM alpine:3.16
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENV VERSION=3.2.1
|
||||
ENV VERSION=3.3.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 = '3.2.1'
|
||||
VERSION = '3.3.0'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user