diff --git a/7.4.Dockerfile b/7.4.Dockerfile index a25150f..3a412b5 100644 --- a/7.4.Dockerfile +++ b/7.4.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13 as locales +FROM alpine:3.19 as locales RUN apk -U --no-cache add \ alpine-sdk \ @@ -12,7 +12,7 @@ RUN curl https://gitlab.com/rilian-la-te/musl-locales/-/archive/master/musl-loca && unzip musl-locales-master.zip && cd musl-locales-master \ && cmake -DLOCALE_PROFILE=OFF -D CMAKE_INSTALL_PREFIX:PATH=/usr . && make && make install -FROM alpine:3.13 +FROM alpine:3.19 LABEL maintainer="docker@stefan-van-essen.nl" diff --git a/8.0.Dockerfile b/8.0.Dockerfile index 9d4aaff..5216824 100644 --- a/8.0.Dockerfile +++ b/8.0.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13 as locales +FROM alpine:3.19 as locales RUN apk -U --no-cache add \ alpine-sdk \ @@ -12,7 +12,7 @@ RUN curl https://gitlab.com/rilian-la-te/musl-locales/-/archive/master/musl-loca && unzip musl-locales-master.zip && cd musl-locales-master \ && cmake -DLOCALE_PROFILE=OFF -D CMAKE_INSTALL_PREFIX:PATH=/usr . && make && make install -FROM alpine:3.13 +FROM alpine:3.19 LABEL maintainer="docker@stefan-van-essen.nl" diff --git a/8.1.Dockerfile b/8.1.Dockerfile index c0f5e86..e12c3ba 100644 --- a/8.1.Dockerfile +++ b/8.1.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13 as locales +FROM alpine:3.19 as locales RUN apk -U --no-cache add \ alpine-sdk \ @@ -13,7 +13,7 @@ RUN curl https://gitlab.com/rilian-la-te/musl-locales/-/archive/master/musl-loca && unzip musl-locales-master.zip && cd musl-locales-master \ && cmake -DLOCALE_PROFILE=OFF -D CMAKE_INSTALL_PREFIX:PATH=/usr . && make && make install -FROM alpine:3.16 +FROM alpine:3.19 LABEL maintainer="docker@stefan-van-essen.nl" diff --git a/8.2.Dockerfile b/8.2.Dockerfile index 154c3ab..6cf3bb9 100644 --- a/8.2.Dockerfile +++ b/8.2.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13 as locales +FROM alpine:3.19 as locales RUN apk -U --no-cache add \ alpine-sdk \ @@ -13,7 +13,7 @@ RUN curl https://gitlab.com/rilian-la-te/musl-locales/-/archive/master/musl-loca && unzip musl-locales-master.zip && cd musl-locales-master \ && cmake -DLOCALE_PROFILE=OFF -D CMAKE_INSTALL_PREFIX:PATH=/usr . && make && make install -FROM alpine:3.18 +FROM alpine:3.19 LABEL maintainer="docker@stefan-van-essen.nl" diff --git a/8.3.Dockerfile b/8.3.Dockerfile index db5b1b6..6eca297 100644 --- a/8.3.Dockerfile +++ b/8.3.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13 as locales +FROM alpine:3.19 as locales RUN apk -U --no-cache add \ alpine-sdk \