Skip to content

Commit

Permalink
fix(deps): bump alpine-python to 3.12.3-r2 (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch authored Aug 26, 2024
1 parent 5ad734e commit cd25cc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.1 as build-env
FROM alpine:3.20.1 AS build-env

RUN apk --no-cache add \
bash=5.2.26-r0 \
Expand All @@ -7,7 +7,7 @@ RUN apk --no-cache add \
g++=13.2.1_git20240309-r0 \
git=2.45.2-r0 \
make=4.4.1-r2 \
python3=3.12.3-r1 \
python3=3.12.3-r2 \
patch=2.7.6-r10 \
linux-headers=6.6-r0 && \
mkdir /install
Expand All @@ -23,7 +23,7 @@ RUN cmake /src/DashboardOpcUaClient/.github/ \
-DCMAKE_INSTALL_PREFIX:PATH=/install /build &&\
cmake --build .

FROM alpine:3.20.1 as runtime
FROM alpine:3.20.1 AS runtime
RUN apk --no-cache add \
libstdc++=13.2.1_git20240309-r0 \
ca-certificates=20240705-r0
Expand Down

0 comments on commit cd25cc6

Please sign in to comment.