From f7e5f31c6bc9adbcc9620f7dbb1be1820e3e0be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:53:20 +0000 Subject: [chore]: Bump github.com/tdewolff/minify/v2 from 2.21.3 to 2.22.3 (#3933) Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.21.3 to 2.22.3. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.21.3...v2.22.3) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- vendor/github.com/tdewolff/minify/v2/.gitattributes | 2 +- vendor/github.com/tdewolff/minify/v2/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vendor/github.com/tdewolff/minify') diff --git a/vendor/github.com/tdewolff/minify/v2/.gitattributes b/vendor/github.com/tdewolff/minify/v2/.gitattributes index 16a3a8b06..00e227735 100644 --- a/vendor/github.com/tdewolff/minify/v2/.gitattributes +++ b/vendor/github.com/tdewolff/minify/v2/.gitattributes @@ -1,2 +1,2 @@ -benchmarks/sample_* linguist-generated +_benchmarks/sample_* linguist-generated tests/*/corpus/* linguist-generated diff --git a/vendor/github.com/tdewolff/minify/v2/Dockerfile b/vendor/github.com/tdewolff/minify/v2/Dockerfile index 0f7fde443..af9fdd754 100644 --- a/vendor/github.com/tdewolff/minify/v2/Dockerfile +++ b/vendor/github.com/tdewolff/minify/v2/Dockerfile @@ -1,5 +1,5 @@ # Use this image to build the executable -FROM golang:1.18-alpine AS build +FROM golang:1.24-alpine AS build WORKDIR /go/src/github.com/tdewolff/minify COPY . /go/src/github.com/tdewolff/minify/ -- cgit v1.3