Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 84849dd commit a1df2f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 8.1.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13 as locales
FROM alpine:3.20 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.20

LABEL maintainer="[email protected]"

Expand Down
4 changes: 2 additions & 2 deletions 8.2.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13 as locales
FROM alpine:3.20 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.19
FROM alpine:3.20

LABEL maintainer="[email protected]"

Expand Down
4 changes: 2 additions & 2 deletions 8.3.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13 as locales
FROM alpine:3.20 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.19
FROM alpine:3.20

LABEL maintainer="[email protected]"

Expand Down

0 comments on commit a1df2f6

Please sign in to comment.