Skip to content

Commit

Permalink
Update alpine Docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 0363562 commit 65835a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.21 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.21

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.21 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.21

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.21 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.21

LABEL maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion 8.4.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13 as locales
FROM alpine:3.21 as locales

RUN apk -U --no-cache add \
alpine-sdk \
Expand Down

0 comments on commit 65835a0

Please sign in to comment.