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:14:33 +01:00
parent 8610c3edab
commit 610806d43e
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 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>"