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.
2 parents 5288c43 + 28f2205 commit 497c306Copy full SHA for 497c306
Dockerfiles/Dockerfile.cloud-wallet
@@ -1,7 +1,6 @@
1
# Stage 1: Build the application
2
FROM node:18-slim as build
3
# Install OpenSSL
4
-RUN apk add --no-cache openssl
5
RUN npm install -g pnpm
6
7
RUN apt-get update -y
package.json
@@ -1,6 +1,6 @@
{
"name": "api-gateway",
- "version": "0.0.1",
+ "version": "2.0.0",
"description": "CREDEBL SSI Platform API Gateway",
"author": "",
"license": "MIT",
0 commit comments