build(deps): update alpine docker tag to v3.13.1 (#1649)
Co-authored-by: Renovate Bot <bot@renovateapp.com>pull/1650/head
parent
72ec9713b3
commit
d4d781ae52
|
@ -38,7 +38,7 @@ GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -tags netgo -ldflags '-s -w -link
|
||||||
# ===================================
|
# ===================================
|
||||||
# ===== Authelia official image =====
|
# ===== Authelia official image =====
|
||||||
# ===================================
|
# ===================================
|
||||||
FROM alpine:3.13.0
|
FROM alpine:3.13.1
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@ go test -c --tags coverage -covermode=atomic -o authelia -coverpkg github.com/au
|
||||||
# ===================================
|
# ===================================
|
||||||
# ===== Authelia official image =====
|
# ===== Authelia official image =====
|
||||||
# ===================================
|
# ===================================
|
||||||
FROM alpine:3.13.0
|
FROM alpine:3.13.1
|
||||||
|
|
||||||
RUN apk --no-cache add ca-certificates tzdata
|
RUN apk --no-cache add ca-certificates tzdata
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.13.0
|
FROM alpine:3.13.1
|
||||||
|
|
||||||
WORKDIR /kind
|
WORKDIR /kind
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue