Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #266 from ttshivers/dependabot/docker/node-14.13.1…
Browse files Browse the repository at this point in the history
…-alpine3.12

build(docker): bump node from 14.13.0-alpine3.12 to 14.13.1-alpine3.12
  • Loading branch information
ttshivers authored Oct 11, 2020
2 parents 6479e5b + 21ac55a commit 5c1a59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG REVISION
RUN npm run build

# dependency environment
FROM node:14.13.0-alpine3.12 as dependency-stage
FROM node:14.13.1-alpine3.12 as dependency-stage
RUN mkdir /app && chown -R node:node /app
WORKDIR /app
RUN apk add --no-cache python3 make g++
Expand All @@ -24,7 +24,7 @@ RUN SKIP_BUILD=true npm ci
RUN npm prune --production

# production environment
FROM node:14.13.0-alpine3.12 as production-stage
FROM node:14.13.1-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"
Expand Down

0 comments on commit 5c1a59c

Please sign in to comment.