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
|
- push_dockerhub
|
||||||
|
|
||||||
.docker_base:
|
.docker_base:
|
||||||
image: docker:20.10.6-dind
|
image: docker:20.10.10-dind
|
||||||
services:
|
services:
|
||||||
- name: docker:20.10.6-dind
|
- name: docker:20.10.10-dind
|
||||||
command: ["--tls=false"]
|
command: ["--tls=false"]
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
@@ -73,7 +73,7 @@ push dockerhub:
|
|||||||
- docker push $CI_DOCKERHUB_IMAGE --all-tags
|
- docker push $CI_DOCKERHUB_IMAGE --all-tags
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: node:16-alpine3.13
|
image: node:17-alpine
|
||||||
stage: release
|
stage: release
|
||||||
only:
|
only:
|
||||||
refs:
|
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)"
|
LABEL maintainer="Evan Richardson (evanrich81[at]gmail.com)"
|
||||||
|
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
paho-mqtt==1.5.1
|
paho-mqtt==1.6.1
|
||||||
bottle==0.12.19
|
bottle==0.12.19
|
||||||
defusedxml==0.7.1
|
defusedxml==0.7.1
|
||||||
|
|||||||
Reference in New Issue
Block a user