Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Bump alpine from 3.13.0 to 3.13.1 (#157)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.13.0 to 3.13.1.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 29, 2021
1 parent 22306f2 commit 6d97a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CMD CompileDaemon -log-prefix=false -build="go build ./cmd/permission" -command=


# Productive build
FROM alpine:3.13.0
FROM alpine:3.13.1
WORKDIR /app/

COPY --from=builder /app/permission .
Expand Down

0 comments on commit 6d97a98

Please sign in to comment.