mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-03 02:42:25 -06:00
[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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a844f322ee
commit
f7e5f31c6b
8 changed files with 69 additions and 49 deletions
2
vendor/github.com/tdewolff/minify/v2/.gitattributes
generated
vendored
2
vendor/github.com/tdewolff/minify/v2/.gitattributes
generated
vendored
|
|
@ -1,2 +1,2 @@
|
|||
benchmarks/sample_* linguist-generated
|
||||
_benchmarks/sample_* linguist-generated
|
||||
tests/*/corpus/* linguist-generated
|
||||
|
|
|
|||
2
vendor/github.com/tdewolff/minify/v2/Dockerfile
generated
vendored
2
vendor/github.com/tdewolff/minify/v2/Dockerfile
generated
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue