Skip to content

Commit

Permalink
fix: alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao authored Jun 2, 2024
1 parent 57cfcc4 commit 4c4602d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
env:
IMAGE_TAG: ${{ secrets.DOCKER_USERNAME }}/telegram-bot-api
ALPINE_VERSION: 3.19
ALPINE_VERSION: '3.20'
strategy:
matrix:
arch:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM alpine:${ALPINE_VERSION} as build
ENV CXXFLAGS=""
WORKDIR /usr/src/telegram-bot-api

RUN apk add --no-cache --update alpine-sdk linux-headers git zlib-dev openssl-dev gperf cmake
RUN apk add --no-cache --update alpine-sdk linux-headers git zlib-dev openssl-dev gperf cmake php
COPY telegram-bot-api /usr/src/telegram-bot-api
ARG nproc=1
RUN mkdir -p build \
Expand Down

0 comments on commit 4c4602d

Please sign in to comment.