fix docker build by updating some dependencies
This commit is contained in:
parent
187da26b30
commit
39a49ab95b
@ -1,14 +1,14 @@
|
|||||||
FROM alpine:3.18.0
|
FROM alpine:3.18.3
|
||||||
|
|
||||||
LABEL org.opencontainers.image.source=https://github.com/Lerentis/bitwarden-crd-operator
|
LABEL org.opencontainers.image.source=https://github.com/Lerentis/bitwarden-crd-operator
|
||||||
LABEL org.opencontainers.image.description="Kubernetes Operator to create k8s secrets from bitwarden"
|
LABEL org.opencontainers.image.description="Kubernetes Operator to create k8s secrets from bitwarden"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|
||||||
ARG PYTHON_VERSION=3.11.4-r0
|
ARG PYTHON_VERSION=3.11.5-r0
|
||||||
ARG PIP_VERSION=23.1.2-r0
|
ARG PIP_VERSION=23.1.2-r0
|
||||||
ARG GCOMPAT_VERSION=1.1.0-r1
|
ARG GCOMPAT_VERSION=1.1.0-r1
|
||||||
ARG LIBCRYPTO_VERSION=3.1.0-r4
|
ARG LIBCRYPTO_VERSION=3.1.2-r0
|
||||||
ARG BW_VERSION=2023.1.0
|
ARG BW_VERSION=2023.7.0
|
||||||
|
|
||||||
COPY requirements.txt /requirements.txt
|
COPY requirements.txt /requirements.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user