diff --git a/Dockerfile b/Dockerfile index 43a9e37..ffffea0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.durp.info/golang:1.26-alpine +FROM registry.durp.info/golang:1.20-alpine RUN chmod -R o=,g=rwX /go RUN mkdir /app diff --git a/renovate.json b/renovate.json index d7e5130..7190a60 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,3 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" - } \ No newline at end of file + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +}