Skip to content

Commit

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

### Added
- FreeScout 1.8.154
- Pin to tiredofit/nginx-php-fpm:8.3-alpine-7.7.12


## 1.17.87 2024-09-22 <dave at tiredofit dot ca>

Now using PHP 8.3 as base
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG PHP_VERSION=8.2
ARG PHP_VERSION=8.3
ARG DISTRO="alpine"

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

ARG FREESCOUT_VERSION

ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.153"} \
ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.154"} \
FREESCOUT_REPO_URL=https://github.com/freescout-helpdesk/freescout \
NGINX_WEBROOT=/www/html \
NGINX_SITE_ENABLED=freescout \
Expand Down

0 comments on commit f7c5ead

Please sign in to comment.