Skip to content

Commit

Permalink
Revert 1.x docker builds to alpine 3.14 due to openssl build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Aug 16, 2022
1 parent e9b2fdd commit a8448a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/1.5-openssl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.14

LABEL maintainer="Roger Light <[email protected]>" \
description="Eclipse Mosquitto MQTT Broker"
Expand Down
2 changes: 1 addition & 1 deletion docker/1.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.14

LABEL maintainer="Roger Light <[email protected]>" \
description="Eclipse Mosquitto MQTT Broker"
Expand Down
2 changes: 1 addition & 1 deletion docker/1.6-openssl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.14

LABEL maintainer="Roger Light <[email protected]>" \
description="Eclipse Mosquitto MQTT Broker"
Expand Down
2 changes: 1 addition & 1 deletion docker/1.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.14

LABEL maintainer="Roger Light <[email protected]>" \
description="Eclipse Mosquitto MQTT Broker"
Expand Down

0 comments on commit a8448a9

Please sign in to comment.