bump to alpine 3.10 (#5)

* bump to alpine 3.10

* bump to alpine 3.10
This commit is contained in:
Dennis Hermsmeier 2019-07-12 10:04:36 +02:00 committed by GitHub
parent dc582badee
commit 2dc325b59b
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.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: |

View File

@ -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"