Skip to content

Commit 2ac252e

Browse files
authored
feat: aggiornamento versione OSM su docker
1 parent da3fd8e commit 2ac252e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ WORKDIR /var/www/html
3535
EXPOSE 80
3636

3737
# Clona il repository
38-
RUN wget -O openstamanager.zip https://github.com/devcode-it/openstamanager/releases/download/v2.7-beta/openstamanager-2.7.zip && unzip openstamanager.zip
38+
RUN wget -O openstamanager.zip https://github.com/devcode-it/openstamanager/releases/download/v2.7.1/openstamanager-2.7.1.zip && unzip openstamanager.zip
3939

4040
RUN mkdir -p /var/www/html/files/temp /var/www/html/logs
4141
RUN chown -R $USER:www-data /var/www/html/

0 commit comments

Comments
 (0)