From 71c929b3c2840ac6b82cd22076b8bbd74cd9b6d8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 22 Feb 2024 18:56:11 +0200 Subject: [PATCH] upgrade php 8.3.2 -> 8.3.3 and update README.md --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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