Skip to content

Commit

Permalink
fix: replace 21 with 21-ubuntu version to fix `xargs is not avail…
Browse files Browse the repository at this point in the history
…able` (#291)

fix: `xargs is not available`
  • Loading branch information
Ahoo-Wang authored Dec 7, 2023
1 parent 8c5c011 commit 9596f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cosec-gateway-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG APP_NAME=cosec-gateway-server
ARG WORK_HOME=/opt/${APP_NAME}

FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:21 AS base
FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:21-ubuntu AS base

FROM base as build
ARG WORK_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# limitations under the License.
#
group=me.ahoo.cosec
version=2.5.0
version=2.5.1
description=RBAC-based And Policy-based Multi-Tenant Reactive Security Framework.
website=https://github.com/Ahoo-Wang/CoSec
issues=https://github.com/Ahoo-Wang/CoSec/issues
Expand Down

0 comments on commit 9596f4d

Please sign in to comment.