Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 391ae93

Browse filesBrowse files
committed
Merge branch 'master' of github.com:rfquack/RFQuack
* 'master' of github.com:rfquack/RFQuack: Update Dockerfile to make use of python 3.10 slim base image (#31)
2 parents 0a315a9 + dc92214 commit 391ae93
Copy full SHA for 391ae93

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎Dockerfile‎

Copy file name to clipboardExpand all lines: Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim
1+
FROM python:3.10-slim
22
LABEL maintainer "RFQuack"
33

44
ARG WORKDIR=/tmp/RFQuack
@@ -14,4 +14,4 @@ WORKDIR ${WORKDIR}
1414
COPY . .
1515

1616
RUN /bin/sh docker/deps/${OS}/packages.sh \
17-
&& /bin/sh docker/deps/python/packages.sh
17+
&& /bin/sh docker/deps/python/packages.sh

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.