Skip to content

Commit

Permalink
upgrade docker image and improve dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Feb 2, 2022
1 parent a930f40 commit fc0c702
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
time: "09:00"
timezone: "Asia/Kolkata"
open-pull-requests-limit: 10
target-branch: main
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
target-branch: main
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
target-branch: main
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Stage: Build bot using the alpine image, also install doppler in it
FROM golang:1.17-alpine3.14 AS builder
FROM golang:1.17-alpine3.15 AS builder
WORKDIR /app
COPY . .
RUN CGO_ENABLED=0 GOOS=`go env GOHOSTOS` GOARCH=`go env GOHOSTARCH` go build -o out/RestrictChannelRobot
Expand Down

0 comments on commit fc0c702

Please sign in to comment.