Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Apr 15, 2024
1 parent e1894bb commit 21afd34
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
Expand Up @@ -69,7 +69,7 @@ RUN abuild checksum && abuild -r

FROM alpine:3.19.1

ARG PHP_VERSION="8.2.16"
ARG PHP_VERSION="8.2.18"
ARG PHP_PACKAGE_BASENAME="phpzts82"
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpmzts82"
ARG UNIT_VERSION="1.32.1"
Expand Down Expand Up @@ -110,7 +110,7 @@ RUN apk add --no-cache abuild && \
abuild-keygen -a -n && \
rm /opt/custom-packages/*/APKINDEX.tar.gz && \
cd /opt/custom-packages/*/ && \
apk index -vU -o APKINDEX.tar.gz *.apk --no-warnings --rewrite-arch $(abuild -A) && \
apk index -vU --allow-untrusted -o APKINDEX.tar.gz *.apk --no-warnings --rewrite-arch $(abuild -A) && \
abuild-sign -k ~/.abuild/*.rsa /opt/custom-packages/*/APKINDEX.tar.gz && \
cp ~/.abuild/*.rsa.pub /etc/apk/keys/ && \
apk del abuild
Expand Down

0 comments on commit 21afd34

Please sign in to comment.