parent
dc582badee
commit
2dc325b59b
@ -16,7 +16,7 @@ env:
|
||||
|
||||
before_script:
|
||||
- sudo sysctl -w net.ipv4.ip_forward=1
|
||||
- export ALPINE_VERSION="3.9"
|
||||
- export ALPINE_VERSION="3.10"
|
||||
- export OPENSSH_VERSION="$(w3m -dump "https://pkgs.alpinelinux.org/packages?name=openssh&branch=v${ALPINE_VERSION}" | grep -m 1 "x86" | awk '{print $2}')"
|
||||
|
||||
script: |
|
||||
|
@ -1,4 +1,4 @@
|
||||
ARG ALPINE_VERSION="${ALPINE_VERSION:-3.9}"
|
||||
ARG ALPINE_VERSION="${ALPINE_VERSION:-3.10}"
|
||||
FROM alpine:"${ALPINE_VERSION}"
|
||||
|
||||
LABEL maintainer="https://github.com/hermsi1337"
|
||||
|
Loading…
x
Reference in New Issue
Block a user