Bump bind9 bullseye version for ingestion container (#8619)

* Bump bind9 bullseye version

* Remove bind9 fixed version
This commit is contained in:
Pere Miquel Brull 2022-11-10 06:17:20 +01:00 committed by GitHub
parent acac1c1dcc
commit 600aecbdf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ RUN apt-get update \
libpcre2-8-0 \
postgresql-common \
expat \
bind9=1:9.18.4-2~bpo11+1
bind9
# Required for Starting Ingestion Container in Docker Compose
COPY --chown=airflow:0 ingestion/ingestion_dependency.sh /opt/airflow

View File

@ -45,7 +45,7 @@ RUN apt-get update \
libpcre2-8-0 \
postgresql-common \
expat \
bind9=1:9.18.4-2~bpo11+1
bind9
# Required for Starting Ingestion Container in Docker Compose
COPY --chown=airflow:0 ingestion/ingestion_dependency.sh /opt/airflow