Skip to content

Commit

Permalink
Merge pull request #70 from zazuko/ubuntu-24-04
Browse files Browse the repository at this point in the history
Upgrade Ubuntu base image to 24.04
  • Loading branch information
ludovicm67 authored Aug 5, 2024
2 parents bddbfec + d5f1065 commit 1911207
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lovely-sheep-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"varnish-post": minor
---

Upgrade Ubuntu to 24.04 for the base image
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN git clone https://github.com/jonnenauha/prometheus_varnish_exporter.git . \
&& go build -o prometheus_varnish_exporter

# Build the final image
FROM docker.io/library/ubuntu:22.04
FROM docker.io/library/ubuntu:24.04

# Configuration
ENV BACKEND_HOST="localhost"
Expand Down

0 comments on commit 1911207

Please sign in to comment.