mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2025-06-28 14:30:23 +02:00
release: 3.1.0
- Ruby 3.0 - move from Travis CI to Github Actions - dependency updates
This commit is contained in:
@ -2,7 +2,7 @@ FROM alpine:3.13
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENV VERSION=3.0.1
|
||||
ENV VERSION=3.1.0
|
||||
|
||||
RUN apk --no-cache add openssl ca-certificates && \
|
||||
apk --no-cache add ruby ruby-etc ruby-webrick && \
|
||||
|
Reference in New Issue
Block a user