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