Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Jan 7, 2024
1 parent 0cb82ef commit 7b1f1d3
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,5 +1,5 @@
ARG APLINE_VERSION
FROM alpine:${APLINE_VERSION} as build
ARG ALPINE_VERSION=latest
FROM alpine:${ALPINE_VERSION} as build

ENV CXXFLAGS=""
WORKDIR /usr/src/telegram-bot-api
Expand All @@ -13,7 +13,7 @@ RUN mkdir -p build \
&& cmake --build . --target install -j ${nproc} \
&& strip /usr/src/telegram-bot-api/bin/telegram-bot-api

FROM alpine:${APLINE_VERSION}
FROM alpine:${ALPINE_VERSION}

ENV TELEGRAM_WORK_DIR="/var/lib/telegram-bot-api" \
TELEGRAM_TEMP_DIR="/tmp/telegram-bot-api"
Expand Down

0 comments on commit 7b1f1d3

Please sign in to comment.