Skip to content

Commit

Permalink
Merge pull request #26 from RI-SE/fix/Dockerfile
Browse files Browse the repository at this point in the history
Locked boost version in docker.
  • Loading branch information
SebastianSvanland authored May 30, 2024
2 parents 8168801 + 67c6f53 commit 15d9af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest AS builder
RUN apk add --no-cache cmake make git boost-dev g++
RUN apk add --no-cache cmake make git boost-dev=1.82.0-r5 g++
WORKDIR /app
COPY . .
WORKDIR /app/build
Expand Down

0 comments on commit 15d9af6

Please sign in to comment.