Bump docker version number
This commit is contained in:
parent
4032ad5882
commit
aa5b414af2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue