Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
upgraded to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardbejarano committed Nov 8, 2024
1 parent 0877f4b commit 7f491b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1-alpine AS build

ARG VERSION="0.14.4"
ARG CHECKSUM="68f012347c3e9888eb037d54b053533c1a62cd27886d7407f7c3e9cd85ef1a65"
ARG VERSION="0.15.0"
ARG CHECKSUM="d833bf6ad2717fc3dde4cf19d5bf3692405177d4f654aa9d611fe980bdce61c7"

ADD https://github.com/prometheus/memcached_exporter/archive/v$VERSION.tar.gz /tmp/memcached_exporter.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

Available on Docker Hub as [`docker.io/ricardbejarano/memcached_exporter`](https://hub.docker.com/r/ricardbejarano/memcached_exporter):

- [`0.14.4`, `latest` *(Dockerfile)*](Dockerfile)
- [`0.15.0`, `latest` *(Dockerfile)*](Dockerfile)

### RedHat Quay

Available on RedHat Quay as [`quay.io/ricardbejarano/memcached_exporter`](https://quay.io/repository/ricardbejarano/memcached_exporter):

- [`0.14.4`, `latest` *(Dockerfile)*](Dockerfile)
- [`0.15.0`, `latest` *(Dockerfile)*](Dockerfile)

0 comments on commit 7f491b6

Please sign in to comment.