1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +00:00

Update alpine Docker tag to v3.11 (#3)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>
This commit is contained in:
renovate[bot] 2020-01-06 14:03:14 +01:00 committed by Felix Bartels
parent 82bdf65858
commit 0fda7f0bcb
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from alpine:3.9 as builder from alpine:3.11 as builder
RUN apk add --no-cache \ RUN apk add --no-cache \
git make git make

View File

@ -1,4 +1,4 @@
FROM alpine:3.9 FROM alpine:3.11
ARG VCS_REF ARG VCS_REF