upgrade php 8.3.2 -> 8.3.3 and update README.md

This commit is contained in:
Your Name
2024-02-22 18:56:11 +02:00
parent 5bb7fc6f76
commit 71c929b3c2
2 changed files with 2 additions and 2 deletions

View File

@@ -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 addgroup -g 1000 --system php
RUN adduser -G php --system -D -s /bin/sh -u 1000 php RUN adduser -G php --system -D -s /bin/sh -u 1000 php

View File

@@ -4,6 +4,6 @@
# Updating a package in the Gitea system using GitHub Actions # 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. This action will update the package version in the Gitea system using the API and output debugging information to the log.