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

Bump python from 3.10.12-slim to 3.11.5-slim #452

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.5-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.11.5-slim

RUN apt-get install -y bash

Expand Down