Only user major.minor for python version

Co-authored-by: CrazyMax <github@crazymax.dev>
This commit is contained in:
yubiuser 2023-05-27 17:12:36 +02:00 committed by GitHub
parent e0b3022be6
commit 7c19f464ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
FROM python:3.11.3-alpine3.18
FROM python:3.11-alpine3.18
# Build-time flags
ARG WITH_PLUGINS=true