Skip to content

Commit

Permalink
Upgrade Telegraf to 1.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NIXKnight committed Jul 16, 2024
1 parent a507220 commit 4b8e0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
with:
context: .
push: true
tags: "${{ secrets.DOCKER_HUB_USERNAME }}/telegraf:1.28.1"
tags: "${{ secrets.DOCKER_HUB_USERNAME }}/telegraf:1.31.1"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM telegraf:1.28.1
FROM telegraf:1.31.1

ARG DEBIAN_FRONTEND noninteractive

Expand Down

0 comments on commit 4b8e0ab

Please sign in to comment.