Skip to content

Commit

Permalink
Update Tancredi to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stell0 authored Oct 4, 2024
1 parent e0ac85a commit 7895eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tancredi/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt update && \
sed -i 's/Listen 443/Listen $\{TANCREDI_SSL_PORT\}/' /etc/apache2/ports.conf && \
echo '\n: ${TANCREDIPORT:=80}\nexport TANCREDIPORT\n: ${TANCREDI_SSL_PORT:=443}\nexport TANCREDI_SSL_PORT\n' >> /etc/apache2/envvars && \
# Install Tancredi files
BRANCH=1.2.0 && \
BRANCH=1.2.1 && \
curl -L https://github.com/nethesis/tancredi/archive/refs/tags/${BRANCH}.tar.gz -o - | tar xzp --strip-component=1 -C /usr/share/tancredi/ tancredi-${BRANCH}/data/ tancredi-${BRANCH}/public/ tancredi-${BRANCH}/scripts/ tancredi-${BRANCH}/src/ tancredi-${BRANCH}/composer.json tancredi-${BRANCH}/composer.lock

# Add Nethesis firmware template
Expand Down

0 comments on commit 7895eac

Please sign in to comment.