Skip to content

Commit

Permalink
Bump alpine from 3.13.0 to 3.13.1 (#154)
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 d25c5ac commit fe5c1f6
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 @@ -36,7 +36,7 @@ CMD CompileDaemon -log-prefix=false -build="go build ./cmd/autoupdate" -command=


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

COPY --from=builder /root/autoupdate .
Expand Down

0 comments on commit fe5c1f6

Please sign in to comment.