bump alpine to 3.11 (#10)

This commit is contained in:
Dennis Hermsmeier 2020-02-09 13:30:18 +01:00 committed by GitHub
parent 5c70208e6b
commit b9c93e96ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ env:
before_script:
- 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}')"
script: |

View File

@ -1,4 +1,4 @@
ARG ALPINE_VERSION="${ALPINE_VERSION:-3.10}"
ARG ALPINE_VERSION="${ALPINE_VERSION:-3.11}"
FROM alpine:"${ALPINE_VERSION}"
LABEL maintainer="https://github.com/hermsi1337"