Compare commits

...

5 Commits

Author SHA1 Message Date
semantic-release-bot
f918d64ea7 chore(release): 1.7.9 [skip ci]
## [1.7.9](https://gitlab.evanshome.io/erichardson/py-eagle-mqtt/compare/v1.7.8...v1.7.9) (2023-12-03)

### Build

* bump docker base to python:3.12-alpine ([6489f3d](6489f3d01a))
2023-12-03 07:49:31 +00:00
51f73368f1 Merge branch 'bump-python-version' into 'master'
Build: bump docker base to python:3.12-alpine

See merge request erichardson/py-eagle-mqtt!31
2023-12-03 07:48:39 +00:00
6489f3d01a Build: bump docker base to python:3.12-alpine 2023-12-03 07:47:19 +00:00
24f6984021 Merge branch 'bump-docker-version' into 'master'
update docker to 24.0.7

See merge request erichardson/py-eagle-mqtt!30
2023-12-03 05:55:56 +00:00
dbef7acec2 update docker to 24.0.7 2023-12-03 05:52:29 +00:00
3 changed files with 10 additions and 3 deletions

View File

@@ -11,10 +11,10 @@ stages:
#- push_dockerhub #- push_dockerhub
build: build:
image: docker:24.0.5-dind image: docker:24.0.7-dind
stage: build stage: build
services: services:
- name: docker:24.0.5-dind - name: docker:24.0.7-dind
command: ["--tls=false"] command: ["--tls=false"]
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2

View File

@@ -1,3 +1,10 @@
## [1.7.9](https://gitlab.evanshome.io/erichardson/py-eagle-mqtt/compare/v1.7.8...v1.7.9) (2023-12-03)
### Build
* bump docker base to python:3.12-alpine ([6489f3d](https://gitlab.evanshome.io/erichardson/py-eagle-mqtt/commit/6489f3d01a71fba8e1a4ac35de2b0bffdf2529bd))
## [1.7.8](https://gitlab.evanshome.io/erichardson/py-eagle-mqtt/compare/v1.7.7...v1.7.8) (2023-12-03) ## [1.7.8](https://gitlab.evanshome.io/erichardson/py-eagle-mqtt/compare/v1.7.7...v1.7.8) (2023-12-03)

View File

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