build(deps): update alpine docker tag to v3.14.2 (#2325)
parent
b316844fec
commit
d2bf1eb4e2
|
@ -25,7 +25,7 @@ GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -tags netgo \
|
||||||
# ===================================
|
# ===================================
|
||||||
# ===== Authelia official image =====
|
# ===== Authelia official image =====
|
||||||
# ===================================
|
# ===================================
|
||||||
FROM alpine:3.14.1
|
FROM alpine:3.14.2
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ CGO_ENABLED=0 go test -c --tags coverage -covermode=atomic \
|
||||||
# ===================================
|
# ===================================
|
||||||
# ===== Authelia official image =====
|
# ===== Authelia official image =====
|
||||||
# ===================================
|
# ===================================
|
||||||
FROM alpine:3.14.1
|
FROM alpine:3.14.2
|
||||||
|
|
||||||
RUN apk --no-cache add ca-certificates tzdata
|
RUN apk --no-cache add ca-certificates tzdata
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.14.1
|
FROM alpine:3.14.2
|
||||||
|
|
||||||
WORKDIR /kind
|
WORKDIR /kind
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.14.1
|
FROM alpine:3.14.2
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
|
|
Loading…
Reference in New Issue