Skip to content

Commit

Permalink
Release 1.17.30 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Sep 20, 2023
1 parent e7309f4 commit 1ecd234
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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.30 2023-09-20 <dave at tiredofit dot ca>

### Changed
- Fix Dockerfile Formatting
- Refine build-assets folder


## 1.17.29 2023-09-15 <dave at tiredofit dot ca>

### Added
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.99"} \
IMAGE_NAME="tiredofit/freescout" \
IMAGE_REPO_URL="https://github.com/tiredofit/docker-freescout/"

ADD build-assets /
ADD build-assets /build-assets

RUN source /assets/functions/00-container && \
set -x && \
Expand All @@ -53,7 +53,7 @@ RUN source /assets/functions/00-container && \
/assets/install/.env.travis \
&& \
chown -R "${NGINX_USER}":"${NGINX_GROUP}" /assets/install && \
package cleanup && \
cd package cleanup && \
rm -rf /build-assets \
/root/.composer \
/var/tmp/*
Expand Down

0 comments on commit 1ecd234

Please sign in to comment.