Skip to content

Commit

Permalink
Use newer base images (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa authored Oct 6, 2023
1 parent 55dd342 commit 6ca562b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG OCTANE_SERVER="swoole"
# Build frontend assets with PNPM
###########################################

ARG NODE_VERSION=18-bullseye-slim
ARG NODE_VERSION=20-alpine

FROM node:${NODE_VERSION} as build

Expand Down Expand Up @@ -69,7 +69,7 @@ RUN if [ ${OCTANE_SERVER} = "roadrunner" ]; then \

###########################################

FROM php:${PHP_VERSION}-cli-buster
FROM php:${PHP_VERSION}-cli-bookworm

LABEL maintainer="Seyed Morteza Ebadi <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ powered web services and microservices.

The Docker configuration provides the following setup:

- PHP 8.1 and 8.2 official DebianBuster-based images
- PHP 8.1 and 8.2 official DebianBookworm-based images
- Preconfigured JIT compiler and OPcache

## Container modes
Expand Down

0 comments on commit 6ca562b

Please sign in to comment.