From 648b4d94b6e448bb062b1789d595913d43211636 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Fri, 16 Sep 2022 06:48:21 +0200 Subject: [PATCH] gem: release 3.3.0 --- docs/Dockerfile | 4 ++-- lib/openvpn-status-web/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index ae9ed3c..19aafa4 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -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 && \ diff --git a/lib/openvpn-status-web/version.rb b/lib/openvpn-status-web/version.rb index b1045a7..e3d197b 100644 --- a/lib/openvpn-status-web/version.rb +++ b/lib/openvpn-status-web/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OpenVPNStatusWeb - VERSION = '3.2.1' + VERSION = '3.3.0' end