Skip to content

Commit

Permalink
build(Dockerfile): πŸ§‘β€πŸ’» simplify base image tag to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
alchatti committed Jan 11, 2024
1 parent 162f0c3 commit 5cd8a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

ARG VARIANT

FROM mcr.microsoft.com/vscode/devcontainers/php:${VARIANT}-apache-bookworm
FROM mcr.microsoft.com/vscode/devcontainers/php:${VARIANT}-bookworm

ARG VARIANT
ARG CREATE_DATE
Expand Down

0 comments on commit 5cd8a14

Please sign in to comment.