chore(deps): pin docker digests
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovator Bot 2021-05-09 16:00:19 +00:00
parent b9fc02e4a3
commit 5cfb74958c
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM amd64/node:lts-alpine3.13 FROM amd64/node:lts-alpine3.13@sha256:502cb0fa935ce97d0f72a816bbe31b54fcc1d70e9fc28b858c8f10d653177d0c
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>" LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"

View File

@ -1,4 +1,4 @@
FROM arm32v7/node:lts-alpine3.13 FROM arm32v7/node:lts-alpine3.13@sha256:b61b905140df00b966285c41a6f7ddcd03075320a65cd373330f76629c6e3a9e
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>" LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"

View File

@ -1,4 +1,4 @@
FROM arm64v8/node:lts-alpine3.13 FROM arm64v8/node:lts-alpine3.13@sha256:fb3fba6386f992cc7d729cc281e6d4dc1b6d65a5681a05a8664064ac5935ba4b
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>" LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"