Skip to content

Commit

Permalink
Switched base to Debian 12 (bookworm)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Nov 24, 2023
1 parent 8675ba0 commit b2e2ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 8.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1.25-fpm-bullseye as cli
FROM php:8.1.25-fpm-bookworm as cli

ARG TARGETARCH
ARG DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion 8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.12-fpm-bullseye as cli
FROM php:8.2.12-fpm-bookworm as cli

ARG TARGETARCH
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit b2e2ee1

Please sign in to comment.