From 4069d5e4b4678b082b169f76daad19e3a9ec6463 Mon Sep 17 00:00:00 2001 From: Yordan Suarez Date: Tue, 2 Aug 2022 11:11:52 -0400 Subject: [PATCH] update image to latest and python to 3.10 --- .devcontainer/Dockerfile | 2 +- .devcontainer/devcontainer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 740ea84..a7e7945 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.10 RUN apt-get update \ && apt-get install -y --no-install-recommends \ diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fec416a..1097eb5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ // See https://aka.ms/vscode-remote/devcontainer.json for format details. { - "image": "ghcr.io/ludeeus/devcontainer/integration:stable", + "image": "ghcr.io/ludeeus/devcontainer/integration:latest", "name": "FPL integration development", "context": "..", "appPort": [