Skip to content

Commit

Permalink
Update to 5.2.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
  • Loading branch information
ibennetch committed Feb 8, 2023
1 parent d1f327e commit 1241428
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apache/Dockerfile
Expand Up @@ -68,8 +68,8 @@ RUN set -ex; \
} > $PHP_INI_DIR/conf.d/phpmyadmin-misc.ini

# Calculate download URL
ENV VERSION 5.2.0
ENV SHA256 66da31ca295f06182ac3f2e6e96057dc824c459baedf4b29de6ed0d3be039230
ENV VERSION 5.2.1
ENV SHA256 373f9599dfbd96d6fe75316d5dad189e68c305f297edf42377db9dd6b41b2557
ENV URL https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.xz

LABEL org.opencontainers.image.title="Official phpMyAdmin Docker image" \
Expand Down
4 changes: 2 additions & 2 deletions fpm-alpine/Dockerfile
Expand Up @@ -66,8 +66,8 @@ RUN set -ex; \
} > $PHP_INI_DIR/conf.d/phpmyadmin-misc.ini

# Calculate download URL
ENV VERSION 5.2.0
ENV SHA256 66da31ca295f06182ac3f2e6e96057dc824c459baedf4b29de6ed0d3be039230
ENV VERSION 5.2.1
ENV SHA256 373f9599dfbd96d6fe75316d5dad189e68c305f297edf42377db9dd6b41b2557
ENV URL https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.xz

LABEL org.opencontainers.image.title="Official phpMyAdmin Docker image" \
Expand Down
4 changes: 2 additions & 2 deletions fpm/Dockerfile
Expand Up @@ -68,8 +68,8 @@ RUN set -ex; \
} > $PHP_INI_DIR/conf.d/phpmyadmin-misc.ini

# Calculate download URL
ENV VERSION 5.2.0
ENV SHA256 66da31ca295f06182ac3f2e6e96057dc824c459baedf4b29de6ed0d3be039230
ENV VERSION 5.2.1
ENV SHA256 373f9599dfbd96d6fe75316d5dad189e68c305f297edf42377db9dd6b41b2557
ENV URL https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.xz

LABEL org.opencontainers.image.title="Official phpMyAdmin Docker image" \
Expand Down

0 comments on commit 1241428

Please sign in to comment.