diff --git a/DockerfileCN b/DockerfileCN index 6732fc5..82f12a2 100644 --- a/DockerfileCN +++ b/DockerfileCN @@ -1,5 +1,5 @@ # 基础镜像 -FROM node:20-bookworm-slim +FROM node:20-trixie-slim # 作者信息 LABEL authors="xiaoqidun" diff --git a/DockerfileHK b/DockerfileHK index 8181f4b..86430bf 100644 --- a/DockerfileHK +++ b/DockerfileHK @@ -1,5 +1,5 @@ # 基础镜像 -FROM node:20-bookworm-slim +FROM node:20-trixie-slim # 作者信息 LABEL authors="xiaoqidun" diff --git a/LICENSE b/LICENSE index 015c329..bd169e6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 xiaoqidun +Copyright (c) 2025-2026 肖其顿 (XIAO QI DUN) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 42db0a0..60b6cc5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ActBI(Act Base Image) -基于node:20-bookworm-slim集成Docker CLI的Gitea Actions基础镜像 +基于node:20-trixie-slim集成Docker CLI的Gitea Actions基础镜像 # 镜像地址