Skip to content

Commit

Permalink
Bump alpine from 3.18 to 3.19 (#34)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18 to 3.19.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent e27dbe4 commit 143b0a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18 as builder
FROM alpine:3.19 as builder
RUN apk --no-cache --update add \
build-base \
cmake \
Expand All @@ -18,7 +18,7 @@ RUN cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=.. .. \
&& upx --brute /app/bin/telegram-bot-api


FROM alpine:3.18
FROM alpine:3.19
ENV TELEGRAM_WORK_DIR="/var/lib/telegram-bot-api" \
TELEGRAM_TEMP_DIR="/tmp/telegram-bot-api"
RUN apk --no-cache --update add \
Expand Down

0 comments on commit 143b0a2

Please sign in to comment.