Skip to content

Commit

Permalink
Commit composer.lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
a-menshchikov committed Aug 24, 2021
1 parent cfdd744 commit 9bc5eae
Show file tree
Hide file tree
Showing 8 changed files with 9,101 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
composer.lock
vendor/
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG PHP_VERSION=8.0.7
ARG PHP_VERSION=8.0.9


FROM php:${PHP_VERSION}-cli-alpine

LABEL project="nbgrp/auditor" \
version="1.0.0" \
version="0.1.0" \
maintainer="[email protected]"

ENV COMPOSER_HOME /composer
Expand Down
Loading

0 comments on commit 9bc5eae

Please sign in to comment.