Skip to content

Commit

Permalink
Bump python from 3.9-slim to 3.12-slim (#76)
Browse files Browse the repository at this point in the history
Bumps python from 3.9-slim to 3.12-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 429f4d7 commit ce7a70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
##

# Base build image image containing packages required in all apps
FROM python:3.9-slim as python_base
FROM python:3.12-slim as python_base

COPY ./python-modules /python-modules
WORKDIR /python-modules
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN pip3 install --no-cache-dir ./robcoewmrobotcontroller && \

# Executable container bases
# --------------------------
FROM python:3.9-slim as python_runner
FROM python:3.12-slim as python_runner

STOPSIGNAL SIGTERM
RUN adduser --disabled-password --gecos "" appuser
Expand Down

0 comments on commit ce7a70f

Please sign in to comment.