Skip to content

Commit

Permalink
alpine 3.19.1 for php 8.3-zts
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Feb 1, 2024
1 parent 3059f06 commit 2cf79d6
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.19.0 as PHPZTSBUILDER
FROM alpine:3.19.1 as PHPZTSBUILDER

RUN apk add --no-cache libc6-compat
RUN apk add --no-cache alpine-sdk
Expand Down Expand Up @@ -64,7 +64,7 @@ RUN sed -i -e 's/_allow_fail=no/_allow_fail=yes/g' APKBUILD

RUN abuild checksum && abuild -r

FROM alpine:3.19.0
FROM alpine:3.19.1

ARG PHP_VERSION="8.3.2"
ARG PHP_PACKAGE_BASENAME="phpzts83"
Expand Down

0 comments on commit 2cf79d6

Please sign in to comment.