Skip to content

Commit

Permalink
renovateに寄せる
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Dec 21, 2024
1 parent 79b1462 commit abc9c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/renovate/regex-manager.json5
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{
"description": "GitHub URL dependencies",
"fileMatch": [
".+\\.ya?ml$", "(^|/)Makefile$"
".+\\.ya?ml$", "(^|/)Makefile$", "^Dockerfile.*"
],
"matchStrings": [
// Example: kustomize build https://github.com/argoproj/argo-cd//manifests/crds?ref=v2.7.6 | kubectl create -f -
Expand Down
2 changes: 1 addition & 1 deletion dev/Dockerfile-frontend
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM caddy:2.8.4-alpine

COPY ./Caddyfile /etc/caddy/Caddyfile

RUN wget -O - https://github.com/traPtitech/traQ_S-UI/releases/latest/download/dist.tar.gz | tar zxv -C /usr/share/caddy/ --strip-components=2
RUN wget -O - https://github.com/traPtitech/traQ_S-UI/releases/download/v3.22.1/dist.tar.gz | tar zxv -C /usr/share/caddy/ --strip-components=2

0 comments on commit abc9c6f

Please sign in to comment.