3.21.0 py3-opencv requires python 4.10 which means broken

This commit is contained in:
Anthony Stirling 2024-12-22 13:37:41 +00:00
parent 5c1abdd49e
commit 73ee9651a3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Main stage
FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
FROM alpine:3.20.3
# Copy necessary files
COPY scripts /scripts

View File

@ -12,7 +12,7 @@ RUN DOCKER_ENABLE_SECURITY=true \
./gradlew clean build
# Main stage
FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
FROM alpine:3.20.3
# Copy necessary files
COPY scripts /scripts