Skip to content

Commit

Permalink
Merge branch 'main' into chore/add-gsed
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
  • Loading branch information
fzipi committed Aug 18, 2024
2 parents 55f8ff6 + ad01959 commit 93960aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion caddy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ RUN set -eux; \
fi

# Use envsubst instead of esh
RUN apk add --no-cache envsubst gsed
RUN apk add --no-cache envsubst sed

# Add configuration templates
COPY src/templates /templates
Expand Down
3 changes: 1 addition & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>coreruleset/renovate-config",
"schedule:weekly"
"local>coreruleset/renovate-config"
],
"enabledManagers": [
"custom.regex"
Expand Down

0 comments on commit 93960aa

Please sign in to comment.