Bump docker version number

This commit is contained in:
Guilhem Lavaux 2024-12-08 08:34:16 +01:00
parent 4032ad5882
commit aa5b414af2
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
podman pull php:8.2-apache podman pull php:8.2-apache
podman build -t glvx/php . podman build -t glvx/php .
podman push glvx/php docker://docker.io/glvx/php:8.2b podman push glvx/php docker://docker.io/glvx/php:8.2c

View File

@ -3,7 +3,7 @@ replicaCount: 1
image: image:
repository: glvx/php repository: glvx/php
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "8.2b" tag: "8.2c"
mysql: mysql:
enabled: false enabled: false