From 477e6814c31030533515865bfa076112293f3050 Mon Sep 17 00:00:00 2001 From: ross-p-smith Date: Thu, 16 May 2024 11:29:11 +0000 Subject: [PATCH] build: Bullseye -> bookworm --- .devcontainer/Dockerfile | 5 ++--- .devcontainer/devcontainer.json | 4 +--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 0cd98b0e6..7a51a5c31 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,6 +1,5 @@ -FROM --platform=linux/amd64 mcr.microsoft.com/devcontainers/python:1-3.11-bullseye -# We need to force the container to be amd so that it works on a Mac. Without this the functions extension doesn't install. +FROM mcr.microsoft.com/devcontainers/python:3.11 # install git RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ - && apt-get -y install --no-install-recommends git libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb \ No newline at end of file + && apt-get -y install --no-install-recommends git libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e33e13880..f1ac51150 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,9 +7,7 @@ "ghcr.io/devcontainers/features/azure-cli:1": {}, "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, "ghcr.io/devcontainers/features/node:1": {}, - "ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": { - "version": "4.0.5530" - }, + "ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {}, "ghcr.io/azure/azure-dev/azd:latest": {}, "ghcr.io/rchaganti/vsc-devcontainer-features/azurebicep:1.0.5": {} },