summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2021-08-28 09:13:07 +1000
committerGitHub <noreply@github.com>2021-08-28 09:13:07 +1000
commitd2bf1eb4e2b3a0bce9e05d329c2c037c6d399c62 (patch)
treed88f72bd04e875fd099959083679c0f35758e118 /Dockerfile
parentb316844fec7a41888cd913ecb5bf8b3de4d2a8b7 (diff)
build(deps): update alpine docker tag to v3.14.2 (#2325)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9b10f19d0..1d0f47c5a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,7 +25,7 @@ GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -tags netgo \
# ===================================
# ===== Authelia official image =====
# ===================================
-FROM alpine:3.14.1
+FROM alpine:3.14.2
WORKDIR /app