Skip to content

Commit

Permalink
Release 1.17.90 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Nov 4, 2024
1 parent a24378a commit 44b5e01
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.17.90 2024-11-04 <dave at tiredofit dot ca>

### Added
- Free Scout 1.8.156
- Pin to tiredofit/nginx-php-fpm:7.7.13

### Changed
- Add some PHP Extension checks to avoid any warnings


## 1.17.89 2024-11-01 <dave at tiredofit dot ca>

### Added
Expand Down
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG PHP_VERSION=8.3
ARG DISTRO="alpine"

FROM docker.io/tiredofit/nginx-php-fpm:${PHP_VERSION}-${DISTRO}-7.7.12
FROM docker.io/tiredofit/nginx-php-fpm:${PHP_VERSION}-${DISTRO}-7.7.13
LABEL maintainer="Dave Conroy (github.com/tiredofit)"

ARG FREESCOUT_VERSION

ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.155"} \
ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.156"} \
FREESCOUT_REPO_URL=https://github.com/freescout-helpdesk/freescout \
NGINX_WEBROOT=/www/html \
NGINX_SITE_ENABLED=freescout \
Expand Down Expand Up @@ -41,6 +41,9 @@ RUN source /assets/functions/00-container && \
sed \
&& \
\
php-ext prepare && \
php-ext reset && \
php-ext enable core && \
php-ext enable core && \
clone_git_repo ${FREESCOUT_REPO_URL} ${FREESCOUT_VERSION} /assets/install && \
mkdir -p vendor/natxet/cssmin/src && \
Expand Down

0 comments on commit 44b5e01

Please sign in to comment.