Update paho-mqtt to 1.6.1

Update Base image to 3.10 alpine python
update builder image to docker 20.10.10
This commit is contained in:
2021-11-17 19:49:52 +00:00
parent 58a827b1aa
commit 418eea6f1a
3 changed files with 5 additions and 5 deletions

View File

@@ -11,9 +11,9 @@ stages:
- push_dockerhub
.docker_base:
image: docker:20.10.6-dind
image: docker:20.10.10-dind
services:
- name: docker:20.10.6-dind
- name: docker:20.10.10-dind
command: ["--tls=false"]
variables:
DOCKER_DRIVER: overlay2
@@ -73,7 +73,7 @@ push dockerhub:
- docker push $CI_DOCKERHUB_IMAGE --all-tags
release:
image: node:16-alpine3.13
image: node:17-alpine
stage: release
only:
refs:

View File

@@ -1,4 +1,4 @@
FROM python:3.9.6-alpine3.14
FROM python:3.10-alpine
LABEL maintainer="Evan Richardson (evanrich81[at]gmail.com)"
ARG BUILD_DATE

View File

@@ -1,3 +1,3 @@
paho-mqtt==1.5.1
paho-mqtt==1.6.1
bottle==0.12.19
defusedxml==0.7.1