Skip to content

Commit

Permalink
update image to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbarone87 committed Sep 12, 2024
1 parent 0a45ecc commit a65a554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
platforms: linux/amd64, linux/arm64
push: true
build-args: |
BASE_IMAGE=fluent/fluentd:vv1.17.1-debian-1.0
BASE_IMAGE=fluent/fluentd:v1.17.1-debian-1.0
tags: ${{ github.repository }}:v1.17.1-debian-1.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=fluent/fluentd:vv1.17.1-debian-1.0
ARG BASE_IMAGE=fluent/fluentd:v1.17.1-debian-1.0
FROM $BASE_IMAGE

# UPDATE BASE IMAGE WITH PLUGINS
Expand Down

0 comments on commit a65a554

Please sign in to comment.