Skip to content

Commit

Permalink
fix(deps): Update alpine-deps for 3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Dec 8, 2023
1 parent c5143cd commit 74fff40
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
FROM alpine:3.19.0 as build-env

RUN apk --no-cache add \
bash=5.2.15-r5 \
cmake=3.26.5-r0 \
gcc=12.2.1_git20220924-r10 \
g++=12.2.1_git20220924-r10\
git=2.40.1-r0 \
make=4.4.1-r1 \
python3=3.11.6-r0 \
bash=5.2.21-r0 \
cmake=3.27.8-r0 \
gcc=13.2.1_git20231014-r0 \
g++=13.2.1_git20231014-r0\
git=2.43.0-r0 \
make=4.4.1-r2 \
python3=3.11.6-r1 \
patch=2.7.6-r10 \
linux-headers=6.3-r0 && \
linux-headers=6.5-r0 && \
mkdir /install

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

FROM alpine:3.19.0 as runtime
RUN apk --no-cache add \
libstdc++=12.2.1_git20220924-r10
libstdc++=13.2.1_git20231014-r0
COPY --from=build-env /install/bin /app
COPY ./configuration.docker.json /configuration.json

Expand Down

0 comments on commit 74fff40

Please sign in to comment.