Skip to content

Commit e33896f

Browse files
committed
build(docker): aligned the openapi version with that of the base image - 7.14.0
1 parent 8fab244 commit e33896f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY . .
1010

1111
RUN mvn --batch-mode --no-transfer-progress clean install --activate-profiles docker
1212

13-
FROM openapitools/openapi-generator-cli:v7.13.0
13+
FROM openapitools/openapi-generator-cli:v7.14.0
1414

1515
WORKDIR /local
1616

0 commit comments

Comments
 (0)