Skip to content

Commit c3740d3

Browse files
flensrockermxschmitt
authored andcommitted
cherry-pick(#33133): (docker): correct Ubuntu Noble name in name template
1 parent 2ec0c86 commit c3740d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/docker/Dockerfile.noble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:noble
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
ARG TZ=America/Los_Angeles
5-
ARG DOCKER_IMAGE_NAME_TEMPLATE="mcr.microsoft.com/playwright:v%version%-jammy"
5+
ARG DOCKER_IMAGE_NAME_TEMPLATE="mcr.microsoft.com/playwright:v%version%-noble"
66

77
ENV LANG=C.UTF-8
88
ENV LC_ALL=C.UTF-8

0 commit comments

Comments
 (0)