build(docker): bump node from 14.11.0-alpine3.12 to 14.12.0-alpine3.12
Bumps node from 14.11.0-alpine3.12 to 14.12.0-alpine3.12. Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ce741a7771
commit
c2958862c5
|
@ -14,7 +14,7 @@ ARG REVISION
|
|||
RUN npm run build
|
||||
|
||||
# dependency environment
|
||||
FROM node:14.11.0-alpine3.12 as dependency-stage
|
||||
FROM node:14.12.0-alpine3.12 as dependency-stage
|
||||
RUN mkdir /app && chown -R node:node /app
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache python3 make g++
|
||||
|
@ -24,7 +24,7 @@ RUN SKIP_BUILD=true npm ci
|
|||
RUN npm prune --production
|
||||
|
||||
# production environment
|
||||
FROM node:14.11.0-alpine3.12 as production-stage
|
||||
FROM node:14.12.0-alpine3.12 as production-stage
|
||||
LABEL org.opencontainers.image.title="SyncLounge"
|
||||
LABEL org.opencontainers.image.description="Enjoy Plex with your friends. In Sync. Together."
|
||||
LABEL org.opencontainers.image.url="https://synclounge.tv"
|
||||
|
|
Loading…
Reference in New Issue