Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Commit

Permalink
Add labels to Dockerimage
Browse files Browse the repository at this point in the history
  • Loading branch information
kornicameister committed Mar 12, 2020
1 parent 2d5bd96 commit 96f6460
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-alpine3.10 as base
FROM python:3.8-alpine3.10 AS base

RUN pip install --upgrade pip==20.0.1
COPY python/ghsa ./ghsa
Expand All @@ -23,6 +23,9 @@ RUN apk del build_dependencies && rm -rf /root/.cache

FROM build AS prod

LABEL "maintainer"="kornicameister <[email protected]>"
LABEL "repository"="https://github.com/kornicameister/gh-secrets-action/"

RUN apk add --no-cache tini=0.18.0-r0

WORKDIR /app
Expand Down

0 comments on commit 96f6460

Please sign in to comment.