Skip to content

Commit

Permalink
chore(deps): update all docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2021
1 parent a905179 commit 0b70ff3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions chaos-bot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
FROM golang:1.15-alpine as builder
FROM golang:1.16-alpine as builder
RUN apk add --no-cache git gcc musl-dev make
ENV GO111MODULE=on
WORKDIR /go/src/ultre.me/radio-chaos/chaos-bot
Expand All @@ -10,7 +10,7 @@ COPY . ./
RUN go install

# minimalist runtime
FROM alpine:3.12
FROM alpine:3.13
COPY --from=builder /go/bin/chaos-bot /bin/
WORKDIR /dict
COPY --from=builder /dict/ .
Expand Down
12 changes: 6 additions & 6 deletions chaos-bot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module ultre.me/radio-chaos/chaos-bot
go 1.14

require (
github.com/bwmarrin/discordgo v0.22.0
github.com/bwmarrin/discordgo v0.23.2
github.com/etherlabsio/errors v0.2.3
github.com/etherlabsio/pkg v0.0.0-20191020161600-58998d98f9ce
github.com/go-chi/chi v1.5.1
github.com/go-chi/httplog v0.1.8
github.com/gohugoio/hugo v0.79.1
github.com/go-chi/chi v1.5.4
github.com/go-chi/httplog v0.2.0
github.com/gohugoio/hugo v0.83.1
github.com/graarh/golang-socketio v0.0.0-20170510162725-2c44953b9b5f
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026
github.com/hako/durafmt 3a2c319c1acd
github.com/huandu/xstrings v1.3.1 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/jinzhu/gorm v1.9.16
Expand All @@ -29,7 +29,7 @@ require (
moul.io/godev v1.7.0
moul.io/moulsay v1.3.0
moul.io/number-to-words v0.6.0
moul.io/pipotron v1.13.0
moul.io/pipotron v1.13.3
ultre.me/recettator v0.4.0
ultre.me/smsify v1.0.0
)
Expand Down

0 comments on commit 0b70ff3

Please sign in to comment.