Skip to content

Commit

Permalink
Bump python from 3.12.4-slim-bullseye to 3.13.0-slim-bullseye
Browse files Browse the repository at this point in the history
Bumps python from 3.12.4-slim-bullseye to 3.13.0-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 9c447d0 commit 74e08e1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dodona-assembly.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-slim-bullseye
FROM python:3.13.0-slim-bullseye

# Add architecture repositories for ARM32
# hadolint ignore=DL3003
Expand Down
2 changes: 1 addition & 1 deletion dodona-bash.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-slim-bullseye
FROM python:3.13.0-slim-bullseye

RUN apt-get update && \
apt-get -y install --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion dodona-c.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-slim-bullseye
FROM python:3.13.0-slim-bullseye

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion dodona-compilers.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-slim-bullseye
FROM python:3.13.0-slim-bullseye

ARG LLVM_VERSION="13.0.0"
ARG LLVM_SHA256="9680c841b5ceffa51f21d0d2ddd7573447b659d1889b83c153b7473342b22a49"
Expand Down
2 changes: 1 addition & 1 deletion dodona-html.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-slim-bullseye
FROM python:3.13.0-slim-bullseye

RUN apt-get update && \
# install procps, otherwise pkill cannot be not found
Expand Down
2 changes: 1 addition & 1 deletion dodona-python.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-slim-bullseye
FROM python:3.13.0-slim-bullseye

RUN chmod 711 /mnt && \
useradd -m runner && \
Expand Down
2 changes: 1 addition & 1 deletion dodona-sqlite.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-slim-bullseye
FROM python:3.13.0-slim-bullseye

RUN apt-get update && \
# install procps, otherwise pkill cannot be not found
Expand Down
2 changes: 1 addition & 1 deletion dodona-tested.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# It should not contain any development tools or dependencies.
# Add those to dev-dependencies.sh instead.

FROM python:3.12.4-slim-bullseye
FROM python:3.13.0-slim-bullseye

# Set up the environment

Expand Down

0 comments on commit 74e08e1

Please sign in to comment.