diff --git a/Dockerfile b/Dockerfile index 804873c..b3a5ecc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rosven9856/php:8.3.2-1 +FROM rosven9856/php:8.3.3-1 RUN addgroup -g 1000 --system php RUN adduser -G php --system -D -s /bin/sh -u 1000 php diff --git a/README.md b/README.md index 1c89613..659020f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ # Updating a package in the Gitea system using GitHub Actions -[![License](https://img.shields.io/github/license/rosven9856/gitea_updating_package_action)](https://github.com/rosven9856/gitea_updating_package_action/blob/master/LICENSE) +[![License](https://img.shields.io/github/license/rosven9856/gitea-package-action)](https://github.com/rosven9856/gitea-package-action/blob/master/LICENSE) This action will update the package version in the Gitea system using the API and output debugging information to the log. \ No newline at end of file