switched pull policy back to always

This commit is contained in:
Richard Koeppe 2024-06-18 11:31:27 +00:00
parent 9cd5a6a404
commit 0922c5089b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ services:
stm32_devcontainer: stm32_devcontainer:
image: git.fasttube.de/fasttube/stm32_devcontainer:latest image: git.fasttube.de/fasttube/stm32_devcontainer:latest
pull_policy: never pull_policy: always
container_name: stm32_devcontainer container_name: stm32_devcontainer
stdin_open: true stdin_open: true
tty: true tty: true