Skip to content

Commit

Permalink
fix(wordpress): version
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 7, 2023
1 parent 111b174 commit ac4c030
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
path: wordpress/php8.2
version:
short: 6
full: 6.2-php8.2-fpm
full: 6.3-php8.2-fpm

permissions:
contents: read
Expand Down
8 changes: 4 additions & 4 deletions wordpress/php8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM docker.io/library/wordpress:6.4.0-php8.2-fpm
FROM docker.io/library/wordpress:6.3.2-php8.2-fpm

ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/wordpress" \
org.opencontainers.image.description="A very slow, lazy and stupid CMS for newbies, packaged by Alwatr." \
org.opencontainers.image.base.name="docker.io/library/wordpress:6.4.0-php8.2-fpm" \
org.opencontainers.image.version="6.4.0" \
org.opencontainers.image.ref.name="6.4.0-php8.2-fpm" \
org.opencontainers.image.base.name="docker.io/library/wordpress:6.3.2-php8.2-fpm" \
org.opencontainers.image.version="6.3.2" \
org.opencontainers.image.ref.name="6.3.2-php8.2-fpm" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
Expand Down

0 comments on commit ac4c030

Please sign in to comment.