Skip to content

Commit

Permalink
Merge pull request #55 from ingenerator/1.x-php82
Browse files Browse the repository at this point in the history
Upgrade to PHP8.2
  • Loading branch information
acoulton authored Jun 6, 2024
2 parents 7bb709c + 115f630 commit b3e8f92
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 122 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-cli-alpine
FROM php:8.2-cli-alpine
LABEL org.opencontainers.image.source https://github.com/ingenerator/action-satis-builder
RUN apk add --no-cache --upgrade \
bash \
Expand All @@ -14,4 +14,3 @@ RUN apk add --no-cache --upgrade \
ENV COMPOSER_HOME /composer
COPY ./builder /repo-builder/
ENTRYPOINT ["/repo-builder/build-package-repo.sh"]

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"composer/satis": "*@dev",
"composer/satis": "3.x@dev",
"fitchlearning/satisfy": "dev-acoulton-master"
},
"repositories": [
Expand All @@ -13,7 +13,7 @@
"config": {
"preferred-install": "dist",
"platform": {
"php": "8.1",
"php": "8.2",
"ext-openssl": "0"
},
"vendor-dir": "builder/vendor",
Expand Down
Loading

0 comments on commit b3e8f92

Please sign in to comment.