Skip to content

Commit

Permalink
fix(deps): bump alpine deps for 3.21.0
Browse files Browse the repository at this point in the history
Signed-off-by: Goetz Goerisch <g.goerisch@vdw.de>
  • Loading branch information
GoetzGoerisch committed Dec 6, 2024
1 parent 9ff330c commit f262a6f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
FROM alpine:3.21.0 AS build-env

RUN apk --no-cache add \
bash=5.2.26-r0 \
cmake=3.29.3-r0 \
gcc=13.2.1_git20240309-r0 \
g++=13.2.1_git20240309-r0 \
git=2.45.2-r0 \
bash=5.2.37-r0 \
cmake=3.31.1-r0 \
gcc=14.2.0-r4 \
g++=14.2.0-r4 \
git=2.47.1-r0 \
make=4.4.1-r2 \
python3=3.12.7-r0 \
python3=3.12.7-r1 \
patch=2.7.6-r10 \
linux-headers=6.6-r0 && \
linux-headers=6.6-r1 && \
mkdir /install

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

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

Expand Down

0 comments on commit f262a6f

Please sign in to comment.