You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docker.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,3 +144,18 @@ RUN adduser -D ${USER} \
144
144
# Caddy requires write access to /data/caddy and /config/caddy
145
145
RUN chown -R ${USER}:${USER} /data/caddy && chown -R ${USER}:${USER} /config/caddy
146
146
```
147
+
148
+
## Updates
149
+
150
+
The Docker images are built:
151
+
152
+
* when a new release is tagged
153
+
* daily at 4am UTC, if new versions of the official PHP images are available
154
+
155
+
## Development Versions
156
+
157
+
Development versions are available in the [`dunglas/frankenphp-dev`](https://hub.docker.com/repository/docker/dunglas/frankenphp-dev) Docker repository.
158
+
A new build is triggered every time a commit is pushed to the main branch of the GitHub repository.
159
+
160
+
The `latest*` tags point to the head of the `main` branch.
161
+
Tags of the form `sha-<git-commit-hash>` are also available.
0 commit comments