Skip to content

Commit 8545fe5

Browse files
build(deps): bump python in /src/sample_cpu_project/.devcontainer (#119)
Bumps python from 3.11.14 to 3.11.15. --- updated-dependencies: - dependency-name: python dependency-version: 3.11.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9518fad commit 8545fe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sample_cpu_project/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.14
1+
FROM python:3.11.15
22
# create non-root user and set the default user
33
ARG USERNAME=devuser
44
ARG USER_UID=1000

0 commit comments

Comments
 (0)