Skip to content

Commit

Permalink
Release 7.8.17 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Nov 9, 2023
1 parent c6d5dcd commit 4e51eae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.8.17 2023-11-09 <dave at tiredofit dot ca>

### Added
- Fluent-Bit 2.2.0


## 7.8.16 2023-11-08 <dave at tiredofit dot ca>

### Added
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ ARG ALPINE_VERSION=edge
FROM docker.io/alpine:${ALPINE_VERSION}
LABEL maintainer="Dave Conroy (github.com/tiredofit)"

ARG GOLANG_VERSION=1.21.3
ARG GOLANG_VERSION=1.21.4
ARG DOAS_VERSION
ARG FLUENTBIT_VERSION
ARG S6_OVERLAY_VERSION
ARG YQ_VERSION
ARG ZABBIX_VERSION

### Set defaults
ENV FLUENTBIT_VERSION=${FLUENTBIT_VERSION:-"2.1.10"} \
ENV FLUENTBIT_VERSION=${FLUENTBIT_VERSION:-"2.2.0"} \
S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-"3.1.6.0"} \
YQ_VERSION=${YQ_VERSION:-"v4.35.2"} \
ZABBIX_VERSION=${ZABBIX_VERSION:-"6.4.8"} \
Expand Down

0 comments on commit 4e51eae

Please sign in to comment.