Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quay.io/jimsihk/alpine-php-nginx Docker tag to v83.7.1 #325

Merged
merged 4 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
ARG ARCH=quay.io/
FROM ${ARCH}jimsihk/alpine-php-nginx:83.7.0
FROM ${ARCH}jimsihk/alpine-php-nginx:83.7.1

LABEL Description="Lightweight Moodle container with NGINX & PHP-FPM based on Alpine Linux." \
Maintainer="[email protected]"

# renovate: datasource=repology depName=alpine_3_19/dcron versioning=loose
# renovate: datasource=repology depName=alpine_3_20/dcron versioning=loose
ARG DCRON_VERSION="=4.5-r9"
# renovate: datasource=repology depName=alpine_3_19/libcap versioning=loose
ARG LIBCAP_VERSION="=2.69-r1"
# renovate: datasource=repology depName=alpine_3_19/git versioning=loose
ARG GIT_VERSION="=2.43.4-r0"
# renovate: datasource=repology depName=alpine_3_19/bash versioning=loose
ARG BASH_VERSION="=5.2.21-r0"
# renovate: datasource=repology depName=alpine_3_20/libcap versioning=loose
ARG LIBCAP_VERSION="=2.70-r0"
# renovate: datasource=repology depName=alpine_3_20/git versioning=loose
ARG GIT_VERSION="=2.45.1-r0"
# renovate: datasource=repology depName=alpine_3_20/bash versioning=loose
ARG BASH_VERSION="=5.2.26-r0"

ARG ARG_WEB_PATH='/var/www/html'
ENV WEB_PATH=${ARG_WEB_PATH}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Docker Pulls](https://img.shields.io/docker/pulls/jimsihk/alpine-moodle.svg)](https://hub.docker.com/r/jimsihk/alpine-moodle/)
![Docker Image Size](https://img.shields.io/docker/image-size/jimsihk/alpine-moodle)
![nginx 1.24](https://img.shields.io/badge/nginx-1.24-brightgreen.svg)
![nginx 1.26](https://img.shields.io/badge/nginx-1.26-brightgreen.svg)
![php 8.3](https://img.shields.io/badge/php-8.3-brightgreen.svg)
![moodle-4.4](https://img.shields.io/badge/moodle-4.4-yellow)
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)
Expand Down
Loading