Skip to content

Commit ecaee29

Browse files
authored
build: update devcontainer with release (#1252)
1 parent 033a05e commit ecaee29

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jupyter/base-notebook:python-3.11
1+
FROM jupyter/base-notebook:python-3.12
22
LABEL org.opencontainers.image.source="https://github.com/sbi-dev/sbi"
33
LABEL org.opencontainers.image.description="Image for a Docker Devcontainer for the sbi toolbox."
44
LABEL org.opencontainers.image.licenses="Apache-2.0"

.github/workflows/build_codespace_image.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Docker Image for sbi toolkit
22

33
on:
44
release:
5-
types: [published]
5+
types: [ published ]
6+
workflow_dispatch:
67

78
jobs:
89
build_devcontainer_base:

0 commit comments

Comments
 (0)