We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbacef6 commit bab5fffCopy full SHA for bab5fff
Dockerfile
@@ -3,7 +3,7 @@ FROM nginx:1.23.3-alpine as build
3
LABEL name="mia_template_service_name_placeholder" \
4
description="%CUSTOM_PLUGIN_SERVICE_DESCRIPTION%" \
5
eu.mia-platform.url="https://www.mia-platform.eu" \
6
- eu.mia-platform.version="0.1.0"
+ eu.mia-platform.version="1.0.0"
7
8
COPY nginx /etc/nginx
9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mia_template_service_name_placeholder",
- "version": "0.1.0",
+ "version": "1.0.0",
"private": true,
"scripts": {
"start": "vite",
0 commit comments