Skip to content

Commit

Permalink
Update 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
khajduczenia committed Nov 21, 2018
1 parent 2022e3f commit e2b691e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 0/debian9/0.15/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM gcr.io/google-appengine/debian9
ENV ALERTMANAGER_VERSION 0.15.2
ENV ALERTMANAGER_VERSION 0.15.3

ENV ALERTMANAGER_URL="https://github.com/prometheus/alertmanager/releases/download/v$ALERTMANAGER_VERSION/alertmanager-$ALERTMANAGER_VERSION.linux-amd64.tar.gz"
ENV ALERTMANAGER_SHA256 79ee23ab2f0444f592051995728ba9e0a7547cc3b9162301e3152dbeaf568d2e
ENV ALERTMANAGER_SHA256 b43fd8aba978f19375e37fb7924bcdc7dd45659b1b0f87a2815860001f100f46

RUN set -x && \
apt-get update && apt-get install -qq -y wget && \
Expand Down
8 changes: 4 additions & 4 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ versions:
- dir: '0/debian9/0.15'
repo: prometheus-alertmanager0
tags:
- '0.15.2-debian9'
- '0.15.3-debian9'
- '0.15-debian9'
- '0-debian9'
- '0.15.2'
- '0.15.3'
- '0.15'
- '0'
- 'latest'
from: *from
packages:
alertmanager:
version: '0.15.2'
sha256: '79ee23ab2f0444f592051995728ba9e0a7547cc3b9162301e3152dbeaf568d2e'
version: '0.15.3'
sha256: 'b43fd8aba978f19375e37fb7924bcdc7dd45659b1b0f87a2815860001f100f46'
- dir: '0/debian9/0.14'
repo: prometheus-alertmanager0
tags:
Expand Down

0 comments on commit e2b691e

Please sign in to comment.