mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-03-15 12:29:16 +01:00
Merge branch 'dev' for release 6.3.8
This commit is contained in:
commit
c2c71b2846
@ -1,5 +1,9 @@
|
||||
# Changelog Fab-manager
|
||||
|
||||
## v6.3.8 2023 December 29
|
||||
|
||||
- Fix a bug: unable to build docker image
|
||||
|
||||
## v6.3.7 2023 December 28
|
||||
|
||||
- Fix a bug: unable to show wallet payment mean for invoice
|
||||
|
@ -26,7 +26,8 @@ RUN apk update && apk upgrade && \
|
||||
libsass-dev \
|
||||
libsass \
|
||||
libc6-compat \
|
||||
libidn-dev && \
|
||||
libidn-dev \
|
||||
shared-mime-info && \
|
||||
# Install buildtime apk dependencies
|
||||
apk add --update --no-cache --virtual .build-deps \
|
||||
alpine-sdk \
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fab-manager",
|
||||
"version": "6.3.7",
|
||||
"version": "6.3.8",
|
||||
"description": "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.",
|
||||
"keywords": [
|
||||
"fablab",
|
||||
|
Loading…
x
Reference in New Issue
Block a user