Skip to content

Commit

Permalink
container update PHP to 8.3.3 and bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed Mar 7, 2024
1 parent 360058c commit 0d79a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/registry/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ARG PHP_IMAGE_VERSION=8.1.23
FROM php:${PHP_IMAGE_VERSION}-apache-bullseye
ARG PHP_IMAGE_VERSION=8.3.3
FROM php:${PHP_IMAGE_VERSION}-apache-bookworm

# Official PHP image with Apache HTTPD includes
# --with-openssl
Expand Down

0 comments on commit 0d79a6a

Please sign in to comment.