Skip to content

Commit

Permalink
Merge pull request #316 from dodona-edu/dependabot/docker/python-3.12…
Browse files Browse the repository at this point in the history
….3-slim-bullseye

Bump python from 3.12.2-slim-bullseye to 3.12.3-slim-bullseye
  • Loading branch information
chvp authored Apr 16, 2024
2 parents 2a483d6 + 28228bf commit 96807bb
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.2-slim-bullseye
FROM python:3.12.3-slim-bullseye

# Add architecture repositories for ARM32
# hadolint ignore=DL3003,DL3008
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.2-slim-bullseye
FROM python:3.12.3-slim-bullseye

# hadolint ignore=DL3008
RUN apt-get update && \
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.2-slim-bullseye
FROM python:3.12.3-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.2-slim-bullseye
FROM python:3.12.3-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.2-slim-bullseye
FROM python:3.12.3-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.2-slim-bullseye
FROM python:3.12.3-slim-bullseye

# hadolint ignore=DL3008
RUN chmod 711 /mnt && \
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.2-slim-bullseye
FROM python:3.12.3-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
@@ -1,4 +1,4 @@
FROM python:3.12.2-slim-bullseye
FROM python:3.12.3-slim-bullseye

# Environment Kotlin
ENV SDKMAN_DIR /usr/local/sdkman
Expand Down

0 comments on commit 96807bb

Please sign in to comment.