feat(alpine): 3.17.0

This commit is contained in:
chris 2022-11-23 03:01:25 +01:00
parent e8857348a6
commit 032e0a4820
Signed by: chris
GPG Key ID: 75EFC7666CF51AD6
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
ARG VERSION=3.16.2
ARG VERSION=3.17.0
FROM alpine as build
ARG VERSION
ENV VERSION $VERSION
ENV ALPINE_SERIES 3.16
ENV ALPINE_SERIES 3.17
ENV ALPINE_MIRROR https://ftp.halifax.rwth-aachen.de/alpine/v${ALPINE_SERIES}
ENV ALPINE_ARCH x86_64