From 13a2d477334b21a3db05470cfb4d757e9b53f2d0 Mon Sep 17 00:00:00 2001 From: coretl Date: Mon, 13 Jan 2025 17:42:10 +0000 Subject: [PATCH] deploy: DiamondLightSource/python-copier-template@9c6f34d60a138f72fe01aed8f9639773d1ce635d --- .copier-answers.yml | 2 +- .devcontainer/devcontainer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 5477c6b..684aac8 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 2.6.0-4-g9f2d924 +_commit: 2.6.0-6-g9c6f34d _src_path: gh:DiamondLightSource/python-copier-template author_email: tom.cobb@diamond.ac.uk author_name: Tom Cobb diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 979a89c..fce9dd5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,7 +29,7 @@ }, "features": { // add in eternal history and other bash features - "ghcr.io/diamondlightsource/devcontainer-features/bash-config:1.0.0": {} + "ghcr.io/diamondlightsource/devcontainer-features/bash-config:1": {} }, // Create the config folder for the bash-config feature "initializeCommand": "mkdir -p ${localEnv:HOME}/.config/bash-config",