Skip to content

Commit

Permalink
Update alpine Docker tag to v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent 5c5e013 commit e2ff2da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-7.4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13 as locales
FROM alpine:3.19 as locales

RUN apk -U --no-cache add \
alpine-sdk \
Expand All @@ -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="[email protected]"

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-8.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13 as locales
FROM alpine:3.19 as locales

RUN apk -U --no-cache add \
alpine-sdk \
Expand All @@ -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="[email protected]"

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-8.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13 as locales
FROM alpine:3.19 as locales

RUN apk -U --no-cache add \
alpine-sdk \
Expand All @@ -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="[email protected]"

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-8.2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13 as locales
FROM alpine:3.19 as locales

RUN apk -U --no-cache add \
alpine-sdk \
Expand All @@ -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="[email protected]"

Expand Down

0 comments on commit e2ff2da

Please sign in to comment.