Skip to content

Commit

Permalink
Release 7.7.49 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Feb 17, 2023
1 parent 05daa60 commit b3155b8
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.7.49 2023-02-17 <dave at tiredofit dot ca>

### Added
- S6 Overlay 3.14.0


## 7.7.48 2023-02-15 <dave at tiredofit dot ca>

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

ARG GOLANG_VERSION=1.19.5
ARG GOLANG_VERSION=1.19.6
ARG DOAS_VERSION
ARG FLUENTBIT_VERSION
ARG S6_OVERLAY_VERSION
Expand All @@ -12,7 +12,7 @@ ARG ZABBIX_VERSION

### Set defaults
ENV FLUENTBIT_VERSION=${FLUENTBIT_VERSION:-"2.0.9"} \
S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-"3.1.3.0"} \
S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-"3.1.4.0"} \
YQ_VERSION=${YQ_VERSION:-"v4.30.8"} \
ZABBIX_VERSION=${ZABBIX_VERSION:-"6.2.7"} \
DOAS_VERSION=${DOAS_VERSION:-"v6.8.2"} \
Expand Down

0 comments on commit b3155b8

Please sign in to comment.