Skip to content

Commit 497c306

Browse files
Merge pull request #1101 from credebl/develop-dco-fixed
bump up version for release
2 parents 5288c43 + 28f2205 commit 497c306

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfiles/Dockerfile.cloud-wallet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Stage 1: Build the application
22
FROM node:18-slim as build
33
# Install OpenSSL
4-
RUN apk add --no-cache openssl
54
RUN npm install -g pnpm
65

76
RUN apt-get update -y

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-gateway",
3-
"version": "0.0.1",
3+
"version": "2.0.0",
44
"description": "CREDEBL SSI Platform API Gateway",
55
"author": "",
66
"license": "MIT",

0 commit comments

Comments
 (0)