Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Bump python from 3.10.12-slim to 3.12.0-slim
Browse files Browse the repository at this point in the history
Bumps python from 3.10.12-slim to 3.12.0-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 9, 2023
1 parent 784c2a5 commit 722b5a5
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
@@ -1,4 +1,4 @@
FROM python:3.10.12-slim as BUILD
FROM python:3.12.0-slim as BUILD

RUN apt-get update \
&& apt-get install -y build-essential bash git gcc \
Expand All @@ -18,7 +18,7 @@ COPY setup.py /root/beacon/setup.py
COPY beacon_api /root/beacon/beacon_api
RUN pip install /root/beacon

FROM python:3.10.12-slim
FROM python:3.12.0-slim

RUN apt-get install -y bash

Expand Down

0 comments on commit 722b5a5

Please sign in to comment.