Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent 336e24a commit 412b5f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13.4
FROM alpine:3.16.3

COPY rsgrants /usr/local/bin/rsgrants
RUN chmod +x /usr/local/bin/rsgrants
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/GoodwayGroup/rsgrants

go 1.16
go 1.19.3

require (
github.com/clok/cdocs v1.1.2
github.com/urfave/cli/v2 v2.3.0
github.com/clok/cdocs v1.2.0
github.com/urfave/cli/v2 v2.23.5
)

0 comments on commit 412b5f5

Please sign in to comment.