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:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
paho-mqtt==1.5.1
|
||||
paho-mqtt==1.6.1
|
||||
bottle==0.12.19
|
||||
defusedxml==0.7.1
|
||||
|
||||
Reference in New Issue
Block a user