Upgraded alpine for docker images

This commit is contained in:
emeric
2023-08-27 15:52:29 +02:00
parent 46d45caf3d
commit 5a1d18d26e
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx
FROM --platform=$BUILDPLATFORM alpine:3.17 FROM --platform=$BUILDPLATFORM alpine:3.18
ARG BUILD_PACKAGES="\ ARG BUILD_PACKAGES="\
clang \ clang \
+4 -4
View File
@@ -1,4 +1,4 @@
FROM alpine:3.17 AS build FROM alpine:3.18 AS build
WORKDIR /tmp/workdir WORKDIR /tmp/workdir
@@ -78,7 +78,7 @@ RUN \
make distclean make distclean
# WT # WT
ARG WT_VERSION=4.9.1 ARG WT_VERSION=4.10.0
RUN \ RUN \
DIR=/tmp/wt && mkdir -p ${DIR} && cd ${DIR} && \ DIR=/tmp/wt && mkdir -p ${DIR} && cd ${DIR} && \
curl -sLO https://github.com/emweb/wt/archive/${WT_VERSION}.tar.gz && \ curl -sLO https://github.com/emweb/wt/archive/${WT_VERSION}.tar.gz && \
@@ -133,7 +133,7 @@ RUN \
rm -rf /tmp/fakeroot/share/Wt/resources/themes rm -rf /tmp/fakeroot/share/Wt/resources/themes
## Release Stage ## Release Stage
FROM alpine:3.17 AS release FROM alpine:3.18 AS release
LABEL maintainer="Emeric Poupon <itmfr@yahoo.fr>" LABEL maintainer="Emeric Poupon <itmfr@yahoo.fr>"
ARG RUNTIME_PACKAGES=" \ ARG RUNTIME_PACKAGES=" \
@@ -144,7 +144,7 @@ ARG RUNTIME_PACKAGES=" \
libogg \ libogg \
opus \ opus \
libvorbis \ libvorbis \
lame \ lame-libs \
zlib \ zlib \
boost-filesystem \ boost-filesystem \
boost-program_options \ boost-program_options \