chore: bump node image to lts-alpine3.15
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Robert Kaussow 2022-03-25 11:15:49 +01:00
parent 7b7efb91e2
commit 6f857c1b03
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:lts-alpine3.13@sha256:c7f8af31c7c4bb2221da18b67ccbe6d0632dab86d015573857b5a91afbedcf8c
FROM node:lts-alpine3.15
LABEL maintainer="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@sha256:c7a3b8bb793cdd759984212e081822d3182a4ef14890efafaf6621315b0e9155
FROM arm32v7/node:lts-alpine3.15
LABEL maintainer="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@sha256:ee64f7645fca35a6a457c1f03ee963162faaaebca2a2f55cf4d709b76f421bb7
FROM arm64v8/node:lts-alpine3.15
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"