2
0
mirror of https://github.com/spritsail/alpine.git synced 2024-07-06 05:36:12 +00:00

Update to alpine:3.8

This commit is contained in:
Joe Groocock 2018-06-28 11:51:37 +01:00
parent 8089a3fd11
commit 459fff76af
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
2 changed files with 3 additions and 4 deletions

View File

@ -28,8 +28,7 @@ pipeline:
matrix:
ALPINE_TAG:
- 3.4
- 3.5
- 3.6
- 3.7,latest
- 3.7
- 3.8,latest
- edge

View File

@ -1,5 +1,5 @@
ARG SU_EXEC_VER=v0.3
ARG ALPINE_TAG=3.7
ARG ALPINE_TAG=3.8
FROM alpine:$ALPINE_TAG