Skip to content

Commit

Permalink
Merge pull request #19 from amnezia-vpn/base-image
Browse files Browse the repository at this point in the history
Change base Docker Image
  • Loading branch information
shipilovds authored Aug 13, 2024
2 parents 74bc609 + ba0c369 commit ec54136
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:alpine as exporter
FROM python:3.12.5-bookworm AS exporter
ARG DEBIAN_FRONTEND=noninteractive
RUN pip3 install \
prometheus_client==0.20.0 \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all ci docker_build docker_retag docker_login docker_push

VERSION := 2.1.2
VERSION := 2.2.0
PROJECT_NAME ?= amneziavpn/amneziawg-exporter
DOCKER_BUILDKIT ?= 1
DOCKER_REGISTRY ?= docker.io
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# AmneziaWG exporter

amneziawg-exporter is a Prometheus exporter for gathering AmneziaWG client connection metrics.
AmneziaWG exporter is a Prometheus exporter for gathering AmneziaWG client connection metrics.

## Features and limitations

Expand Down Expand Up @@ -63,7 +63,7 @@ You can use example [docker-compose.yml](docker-compose.yml) with Docker Compose
✔ Container amneziawg-exporter Started 0.2s
# docker compose ps
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
amneziawg-exporter amneziavpn/amneziawg-exporter:2.1.0 "/usr/bin/amneziawg-exporter" amneziawg-exporter 23 seconds ago Up 23 seconds
amneziawg-exporter amneziavpn/amneziawg-exporter:latest "/usr/bin/amneziawg-exporter" amneziawg-exporter 23 seconds ago Up 23 seconds
```

> [!TIP]
Expand Down

0 comments on commit ec54136

Please sign in to comment.