Skip to content

Commit

Permalink
Update alpine to fix security vulnerabilities
Browse files Browse the repository at this point in the history
Signed-off-by: James Nguyen <tunguyen9889@users.noreply.github.com>
  • Loading branch information
tunguyen9889 committed Sep 14, 2023
1 parent 6a49756 commit 323b61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v1.16/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AUTOMATICALLY GENERATED
# DO NOT EDIT THIS FILE DIRECTLY, USE /Dockerfile.template.erb

FROM alpine:3.17
FROM alpine:3.18
LABEL maintainer "Fluentd developers <fluentd@googlegroups.com>"
LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.2"

Expand Down
2 changes: 1 addition & 1 deletion v1.16/alpine/hooks/post_push
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tagStart=$(expr index "$IMAGE_NAME" :)
repoName=${IMAGE_NAME:0:tagStart-1}

# Tag and push image for each additional tag
for tag in {v1.16.2-1.0,v1.16-1,edge}; do
for tag in {v1.16.2-1.1,v1.16-1,edge}; do
docker tag $IMAGE_NAME ${repoName}:${tag}
docker push ${repoName}:${tag}

Expand Down

0 comments on commit 323b61b

Please sign in to comment.