Bump alpine from 3.15.1 to 3.15.3 in /Containers/domaincheck

Bumps alpine from 3.15.1 to 3.15.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-31 13:47:13 +00:00
committed by GitHub
parent fb898b0ab3
commit e448bc1f64

View File

@@ -1,4 +1,4 @@
FROM alpine:3.15.1
FROM alpine:3.15.3
RUN apk add --update --no-cache lighttpd bash
RUN adduser -S www-data -G www-data