Skip to content

Commit

Permalink
[MISC] (deps): Bump alpine from 3.12.3 to 3.13.0 (#1612)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.12.3 to 3.13.0.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 17, 2021
1 parent 7e13d46 commit d9be90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -tags netgo -ldflags '-s -w -link
# ===================================
# ===== Authelia official image =====
# ===================================
FROM alpine:3.12.3
FROM alpine:3.13.0

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.coverage
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ go test -c --tags coverage -covermode=atomic -o authelia -coverpkg github.com/au
# ===================================
# ===== Authelia official image =====
# ===================================
FROM alpine:3.12.3
FROM alpine:3.13.0

RUN apk --no-cache add ca-certificates tzdata

Expand Down

0 comments on commit d9be90e

Please sign in to comment.