You've already forked gitea-composer-upload-action
upgrade php 8.3.1 -> 8.3.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM rosven9856/basic-php-fpm-alpine:8.3.1-1
|
||||
FROM rosven9856/php:8.3.2-1
|
||||
|
||||
RUN addgroup -g 1000 --system php
|
||||
RUN adduser -G php --system -D -s /bin/sh -u 1000 php
|
||||
@@ -19,4 +19,4 @@ USER php
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user