Skip to content

Commit e085a29

Browse files
committed
fix(deps): bump alpine deps for 3.21.0
Signed-off-by: Goetz Goerisch <g.goerisch@vdw.de>
1 parent 1ba16c1 commit e085a29

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
FROM alpine:3.21.0 AS build-env
2525

2626
RUN apk --no-cache add \
27-
bash=5.2.26-r0 \
28-
cmake=3.29.3-r0 \
29-
gcc=13.2.1_git20240309-r0 \
30-
g++=13.2.1_git20240309-r0 \
31-
git=2.45.2-r0 \
27+
bash=5.2.37-r0 \
28+
cmake=3.31.1-r0 \
29+
gcc=14.2.0-r4 \
30+
g++=14.2.0-r4 \
31+
git=2.47.1-r0 \
3232
make=4.4.1-r2 \
33-
python3=3.12.7-r0 \
33+
python3=3.12.7-r1 \
3434
patch=2.7.6-r10 \
35-
linux-headers=6.6-r0 && \
35+
linux-headers=6.6-r1 && \
3636
mkdir /install
3737

3838
ARG BUILD_TYPE=Debug
@@ -47,7 +47,7 @@ RUN cmake /src/Sample-Server/.github/ \
4747

4848
FROM alpine:3.21.0 AS runtime
4949
RUN apk --no-cache add \
50-
libstdc++=13.2.1_git20240309-r0
50+
libstdc++=14.2.0-r4
5151
COPY --from=build-env /install/bin /app
5252
COPY ./configuration.docker.json /configuration.json
5353

0 commit comments

Comments
 (0)