Skip to content

Commit

Permalink
Merge pull request #341 from silinternational/release/6.7.4
Browse files Browse the repository at this point in the history
Release 6.7.4 - Small bugfixes, dependency updates
  • Loading branch information
jason-jackson authored May 14, 2024
2 parents 7997e79 + b460ac3 commit 7c79baa
Show file tree
Hide file tree
Showing 4 changed files with 509 additions and 457 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY dockerbuild/vhost.conf /etc/apache2/sites-enabled/
# ErrorLog inside a VirtualHost block is ineffective for unknown reasons
RUN sed -i -E 's@ErrorLog .*@ErrorLog /proc/self/fd/2@i' /etc/apache2/apache2.conf

ADD https://github.com/silinternational/config-shim/releases/download/v0.0.4/config-shim.gz config-shim.gz
ADD https://github.com/silinternational/config-shim/releases/download/v1.0.0/config-shim.gz config-shim.gz
RUN gzip -d config-shim.gz && chmod 755 config-shim && mv config-shim /usr/local/bin

EXPOSE 80
Expand Down
Loading

0 comments on commit 7c79baa

Please sign in to comment.