Skip to content

Commit

Permalink
remove unused part of dependabot configuration, add Dockerfile label
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed May 13, 2024
1 parent 93ac5f4 commit b94f6f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ updates:
groups:
"Go modules updates":
dependency-type: "production"
"Go modules updates for tests":
dependency-type: "development"
2 changes: 2 additions & 0 deletions Dockerfile.site
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN mkdocs build


FROM ghcr.io/umputun/reproxy
# enables automatic changelog generation by tools like Dependabot
LABEL org.opencontainers.image.source="https://github.com/umputun/spot"
COPY --from=build /build/site /srv/site
EXPOSE 8080
USER app
Expand Down

0 comments on commit b94f6f6

Please sign in to comment.