Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Fix Dockerfile linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecruz91 committed Jun 17, 2022
1 parent f5ed4a8 commit bd36d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/hadolint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jobs:
- uses: hadolint/hadolint-action@v2.0.0
with:
dockerfile: Dockerfile
ignore: DL3048
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/usr/src/app/.npm \
COPY ui /ui
RUN npm run build

FROM alpine
FROM alpine:3.16
LABEL org.opencontainers.image.title="vackup-docker-extension" \
org.opencontainers.image.description="Easily backup and restore docker volumes." \
org.opencontainers.image.vendor="Felipe" \
Expand All @@ -21,6 +21,7 @@ LABEL org.opencontainers.image.title="vackup-docker-extension" \
com.docker.extension.additional-urls="[{\"title\":\"Author\", \"url\":\"https://twitter.com/felipecruz\"}]" \
com.docker.extension.changelog=""

WORKDIR /
COPY metadata.json .
COPY docker.svg .
COPY --from=client-builder /ui/build ui
Expand Down

0 comments on commit bd36d55

Please sign in to comment.