Skip to content

Commit

Permalink
fix(docker): correct Ubuntu Noble name in name template (#33133)
Browse files Browse the repository at this point in the history
  • Loading branch information
flensrocker authored Oct 16, 2024
1 parent 94321fe commit 183720b
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 183720b

Please sign in to comment.