File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- 3.4.0
1+ 3.4.1
Original file line number Diff line number Diff line change 223223# ##
224224# Variables for labelling the docker image
225225# ##
226- BUILD_DATE=" $( date -u ' +%Y-%m-%dT%H:%M+00:00' ) "
226+ BUILD_DATE=" $( date -u ' +%Y-%m-%dT%H:%M:%S +00:00' ) "
227227
228228if [ -d " .git" ] && [ -z " ${SKIP_GIT} " ]; then
229229 GIT_REF=" $( git rev-parse HEAD) "
Original file line number Diff line number Diff line change 11services :
22 netbox : &netbox
3- image : docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.0 }
3+ image : docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.1 }
44 depends_on :
55 - postgres
66 - redis
Original file line number Diff line number Diff line change 7373 }
7474 }
7575 },
76- "access_log" : " /dev/stdout"
76+ "access_log" : " /dev/stdout" ,
77+ "settings" : {
78+ "http" : {
79+ "max_body_size" : 104857600
80+ }
81+ }
7782}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ dulwich==0.24.1
33python3-saml==1.16.0
44--no-binary lxml
55--no-binary xmlsec
6- sentry-sdk[django]==2.35.2
6+ sentry-sdk[django]==2.39.0
You can’t perform that action at this time.
0 commit comments