Skip to content

Commit

Permalink
chore(deps): update dependency raviqqe/muffet to v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 25, 2022
1 parent 54be247 commit 70de09e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL "com.github.actions.icon"="list"
LABEL "com.github.actions.color"="blue"

# renovate: datasource=github-tags depName=raviqqe/muffet
ENV MUFFET_VERSION="2.6.1"
ENV MUFFET_VERSION="2.6.2"
# renovate: datasource=github-tags depName=caddyserver/caddy
ENV CADDY_VERSION="2.6.2"

Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -Eeuo pipefail

# renovate: datasource=github-tags depName=raviqqe/muffet
export MUFFET_VERSION="2.6.1"
export MUFFET_VERSION="2.6.2"
# renovate: datasource=github-tags depName=caddyserver/caddy
export CADDY_VERSION="2.6.2"

Expand Down

0 comments on commit 70de09e

Please sign in to comment.