Skip to content

Commit

Permalink
Python version update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth authored Jun 27, 2023
1 parent c96affd commit 3f8e6a7
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.11
FROM python:3.10.12

RUN apt-get update && apt-get install -y build-essential && \
rm -rf /var/lib/apt/lists/*
Expand All @@ -24,7 +24,7 @@ RUN make test-all
RUN if [ "$prod" = "true" ]; then make release v=$version githubtoken=$githubtoken; else if [ "$version" != "" ]; then make build-release v=$version; fi ; fi

# Multistage
FROM python:3.10.11-slim
FROM python:3.10.12-slim
RUN apt-get update && apt-get -y upgrade \
&& apt-get install -y libxml2 libgomp1 curl \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 3f8e6a7

Please sign in to comment.