2
0
mirror of https://github.com/spritsail/alpine.git synced 2024-10-05 05:23:53 +00:00

Update to alpine:3.10

This commit is contained in:
Joe Groocock 2019-06-20 20:43:05 +01:00
parent 27b5a39581
commit f68f76225f
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
2 changed files with 3 additions and 3 deletions

View File

@ -29,8 +29,8 @@ pipeline:
matrix: matrix:
ALPINE_TAG: ALPINE_TAG:
- 3.6
- 3.7 - 3.7
- 3.8 - 3.8
- 3.9,latest - 3.9
- 3.10,latest
- edge - edge

View File

@ -1,4 +1,4 @@
ARG ALPINE_TAG=3.9 ARG ALPINE_TAG=3.10
FROM alpine:$ALPINE_TAG FROM alpine:$ALPINE_TAG