Skip to content

Commit

Permalink
Merge pull request #317 from mbv/bump-mosquitto-version
Browse files Browse the repository at this point in the history
Bump mosquitto versions to 1.6.15 & 2.0.18
  • Loading branch information
iegomez committed Feb 11, 2024
2 parents aaf33cd + 0ea881c commit a7134c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_push_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
release:
types: [published]
env:
MOSQUITTO_VERSION_1: 1.6.14
MOSQUITTO_VERSION_2: 2.0.15
MOSQUITTO_VERSION_1: 1.6.15
MOSQUITTO_VERSION_2: 2.0.18
MOSQUITTO_VERSION_SUFFIX: -mosquitto_
DOCKERFILE_MOSQUITTO_VERSION: 1.6.14
DOCKERFILE_MOSQUITTO_VERSION: 2.0.18
DOCKERHUB_REPO: mosquitto-go-auth
jobs:
mosq_1:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
pull_request:
branches: [ master ]
env:
MOSQUITTO_VERSION_1: 1.6.14
MOSQUITTO_VERSION_2: 2.0.15
MOSQUITTO_VERSION_1: 1.6.15
MOSQUITTO_VERSION_2: 2.0.18
DOCKERFILE_MOSQUITTO_VERSION: 1.6.14
DOCKERHUB_REPO: mosquitto-go-auth
jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Define Mosquitto version, see also .github/workflows/build_and_push_docker_images.yml for
# the automatically built images
ARG MOSQUITTO_VERSION=2.0.15
ARG MOSQUITTO_VERSION=2.0.18
# Define libwebsocket version
ARG LWS_VERSION=4.2.2

Expand Down

0 comments on commit a7134c1

Please sign in to comment.