Skip to content

Commit

Permalink
feat: Upgrade Debian to 12 bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Dec 9, 2023
1 parent a0c53b1 commit 76564ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
- 'zts'
- 'nts'
os:
- 'bullseye'
- 'bookworm'
include:
- variant: zts
suffix: '-zts'
- variant: nts
suffix: ''
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: docker/setup-buildx-action@v2

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:{{tag}} AS php
RUN mkdir -p /tmp/lib && cd /usr/lib && \
ldd /usr/local/bin/php | grep '=> /usr/lib/' | cut -d' ' -f3 | sed 's#/usr/lib/##g' | xargs -I % cp --parents "%" /tmp/lib/

FROM gcr.io/distroless/cc-debian11
FROM gcr.io/distroless/cc-debian12

COPY --from=php /bin/sh /bin/
COPY --from=php /lib/ /lib/
Expand Down

0 comments on commit 76564ce

Please sign in to comment.