Description
Version
1.53.0
Steps to reproduce
-
Pull the latest image from mcr.microsoft.com/playwright/python:latest
docker pull mcr.microsoft.com/playwright/python:latest
latest: Pulling from playwright/python
Digest: sha256:98e88016a5705def757564f70469e80161c4e4dbf787bbe35a710fabb70bb7da
Status: Downloaded newer image for mcr.microsoft.com/playwright/python:latest
mcr.microsoft.com/playwright/python:latest -
Running this version produces the following error:
╔═══════════════════════════════════════════════════════════════╗
║ Looks like Playwright was just updated to 1.53.0. ║
║ Please update docker image as well. ║
║ - current: mcr.microsoft.com/playwright/python:v1.46.0-jammy ║
║ - required: mcr.microsoft.com/playwright/python:v1.53.0-jammy ║
║ ║
║ <3 Playwright Team ║
╚═══════════════════════════════════════════════════════════════╝ -
Inspecting the image shows the same 'Created' date as the python:v1.46.0-jammy tag:
docker inspect mcr.microsoft.com/playwright/python:latest
[
{
"Id": "sha256:98e88016a5705def757564f70469e80161c4e4dbf787bbe35a710fabb70bb7da",
"RepoTags": [
"mcr.microsoft.com/playwright/python:latest"
],
"RepoDigests": [
"mcr.microsoft.com/playwright/python@sha256:98e88016a5705def757564f70469e80161c4e4dbf787bbe35a710fabb70bb7da"
],
"Parent": "",
"Comment": "buildkit.dockerfile.v0",
"Created": "2024-08-12T12:21:32.621777144Z",
"DockerVersion": "27.4.0",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"PLAYWRIGHT_BROWSERS_PATH=/ms-playwright"
],
"Cmd": [
"/bin/bash"
],
"Image": "",
"Volumes": null,
"WorkingDir": "",
"Entrypoint": null,
"OnBuild": null,
"Labels": {
"org.opencontainers.image.ref.name": "ubuntu",
"org.opencontainers.image.version": "22.04"
}
},
"Architecture": "amd64",
"Os": "linux",
"Size": 795264553,
"GraphDriver": {
"Data": null,
"Name": "overlayfs"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:931b7ff0cb6f494b27d31a4cbec3efe62ac54676add9c7469560302f1541ecaf",
"sha256:ccc746c941394c2539e6dc88d66ab0e5a2671c86d556b9c35e3bd0fe15c04ca2",
"sha256:85f8d69aebd0244e3adbfa1e3de4788fd2f3ac7950973b763e13e62dec1344a0",
"sha256:6caf23366c0f15d23f16838ec460725f38a57edb4f5c58b1909c5a9e82bb41a2"
]
},
"Metadata": {
"LastTagTime": "2025-06-26T01:47:54.559628237Z"
}
}
]
Expected behavior
I would expect the python:latest tag to reflect the latest release, currently 1.53.0.
Actual behavior
python:latest points to v1.46.0-jammy
Additional context
No response
Environment
- Operating System: [Windows 11]
- CPU: AMD64
- Docker: 27.4.0