Skip to content

Commit

Permalink
Upgrade php 8.2 ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed Sep 30, 2024
1 parent f0e4c74 commit 18184e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create and publish a Docker image

on:
push:
branches: ['drone-php5','drone-php7','drone-php8','drone-php7-d9','drone-php8-d9','drone-php8-d10']
branches: ['drone-php5','drone-php7','drone-php8','drone-php8-d10','drone-php82-d10','drone-php83-d10']
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/netivism/docker-debian-php:8.1
FROM ghcr.io/netivism/docker-debian-php:8.2
MAINTAINER Jimmy Huang <jimmy@netivism.com.tw>

### ci tools
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN \

# cgi
RUN \
apt-get install -y php8.1-cgi net-tools
apt-get install -y php8.2-cgi net-tools

# purge
RUN \
Expand Down

0 comments on commit 18184e5

Please sign in to comment.