dockerfile: bump docker to 27.2.1

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-09-10 22:38:28 +02:00
parent 32f329f9c4
commit 8fc5c75c58
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

@ -15,7 +15,7 @@
# limitations under the License.
ARG NODE_VERSION=20
ARG DOCKER_VERSION=26.0.2
ARG DOCKER_VERSION=27.2.1
ARG BUILDX_VERSION=0.17.0
FROM node:${NODE_VERSION}-alpine AS base