Use same alpine version for Build and Final

This commit is contained in:
Georg Krause 2022-01-30 23:47:09 +01:00
commit fb5fe48364
No known key found for this signature in database
GPG key ID: FD479B9A4D48E632

View file

@ -54,7 +54,7 @@ RUN \
; fi
FROM alpine:3.15 as build-image
FROM alpine:3.14 as build-image
COPY --from=builder /venv /venv
# emulate activation by prefixing PATH