diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 4960a181..b466b93f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.58.2-noble AS dev +FROM mcr.microsoft.com/playwright:v1.58.2-jammy AS dev ENV PNPM_HOME="/pnpm" ENV PATH="$PNPM_HOME:$PATH" RUN corepack enable @@ -15,4 +15,4 @@ RUN firebase setup:emulators:storage RUN firebase setup:emulators:ui RUN firebase setup:emulators:pubsub RUN apt-get install -y --no-install-recommends tmux -ENV NEXT_PUBLIC_COMMIT_HASH=dev \ No newline at end of file +ENV NEXT_PUBLIC_COMMIT_HASH=dev