We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf5b80 commit 0bf3a0eCopy full SHA for 0bf3a0e
.tool-versions
@@ -1,2 +1,2 @@
1
-python 3.11.3
2
-poetry 1.4.2
+python 3.11.4
+poetry 1.5.1
Dockerfile
@@ -1,3 +1,5 @@
+# syntax=docker/dockerfile:1.6
+
3
# SOURCES
4
# https://denisbrogg.hashnode.dev/efficient-python-docker-image-from-any-poetry-project
5
# https://binx.io/2022/06/13/poetry-docker/
Dockerfile.heredoc
@@ -1,6 +1,6 @@
-# syntax = docker/dockerfile:1.5
+# syntax = docker/dockerfile:1.6
-ARG PYTHON_VERSION=3.10.10
+ARG PYTHON_VERSION=3.11.4
FROM python:${PYTHON_VERSION}-slim-bullseye
6
0 commit comments