Skip to content

Commit

Permalink
cherry-pick(#33133): (docker): correct Ubuntu Noble name in name temp…
Browse files Browse the repository at this point in the history
…late
  • Loading branch information
flensrocker authored and mxschmitt committed Oct 16, 2024
1 parent 2ec0c86 commit c3740d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/docker/Dockerfile.noble
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:noble

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

ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8
Expand Down

0 comments on commit c3740d3

Please sign in to comment.