Skip to content

Commit

Permalink
scribble: librdkafka 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nandanrao committed Sep 11, 2022
1 parent 1376a13 commit 47cf449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scribble/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk upgrade --update-cache --available
RUN apk add --no-cache \
gcc \
libc-dev \
librdkafka-dev=1.8.2-r0 \
librdkafka-dev=1.9.2-r0 \
pkgconf
RUN mkdir /app
WORKDIR /app
Expand All @@ -21,7 +21,7 @@ RUN sed -i -e 's/v[[:digit:]]\..*\//edge\//g' /etc/apk/repositories
RUN apk upgrade --update-cache --available

RUN apk add --no-cache \
librdkafka-dev=1.8.2-r0
librdkafka-dev=1.9.2-r0
WORKDIR /app
COPY --from=build /app/main /app/
CMD ["/app/main"]

0 comments on commit 47cf449

Please sign in to comment.