Skip to content

Commit c3c94b0

Browse files
committed
Used version number and remove explicit dependency
1 parent 14c30fb commit c3c94b0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [ "${1}x" == "x" ] || [ "${1}" == "--help" ] || [ "${1}" == "-h" ]; then
4949
echo " DOCKERFILE The name of Dockerfile to use."
5050
echo " Default: Dockerfile"
5151
echo " DOCKER_FROM The base image to use."
52-
echo " Default: 'debian:bullseye-slim'"
52+
echo " Default: 'debian:11-slim'"
5353
echo " DOCKER_TARGET A specific target to build."
5454
echo " It's currently not possible to pass multiple targets."
5555
echo " Default: main"
@@ -170,7 +170,7 @@ fi
170170
# Determining the value for DOCKER_FROM
171171
###
172172
if [ -z "$DOCKER_FROM" ]; then
173-
DOCKER_FROM="debian:bullseye-slim"
173+
DOCKER_FROM="debian:11-slim"
174174
fi
175175

176176
###

requirements-container.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
django-auth-ldap==4.1.0
22
django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.12.3
3-
google-crc32c==1.3.0
43
napalm==3.4.1
54
psycopg2==2.9.3
65
ruamel.yaml==0.17.21

0 commit comments

Comments
 (0)