Skip to content

Commit

Permalink
Merge pull request #340 from silinternational/feature/update-config-shim
Browse files Browse the repository at this point in the history
update config-shim to v1.0.0
  • Loading branch information
jason-jackson authored May 14, 2024
2 parents 77e13d8 + d2dedd8 commit b460ac3
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b460ac3

Please sign in to comment.