Use same alpine version for Build and Final
This commit is contained in:
parent
c582ac978d
commit
fb5fe48364
|
@ -54,7 +54,7 @@ RUN \
|
||||||
; fi
|
; fi
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.15 as build-image
|
FROM alpine:3.14 as build-image
|
||||||
|
|
||||||
COPY --from=builder /venv /venv
|
COPY --from=builder /venv /venv
|
||||||
# emulate activation by prefixing PATH
|
# emulate activation by prefixing PATH
|
||||||
|
|
Loading…
Reference in New Issue