Skip to content

Commit

Permalink
Update variant to v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Jul 10, 2021
1 parent 7e8d8be commit 17c709a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## v4.0.4
- Update variant to v0.0.14

## v4.0.3
- Update variant to v0.0.13
- Instance index is available as `${1}` for annotation `prometheus.exporter.instance_name`
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN curl -L -Os https://github.com/thanos-io/thanos/releases/download/v${THANOS_
&& tar zxvf thanos-${THANOS_VERSION}.linux-amd64.tar.gz --strip 1

## Variant
FROM philipslabs/variant:v0.0.13 AS variant
FROM philipslabs/variant:v0.0.14 AS variant

## Build final image
FROM alpine:3.14.0
Expand Down

0 comments on commit 17c709a

Please sign in to comment.