mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-03 02:42:25 -06:00
[chore] Update all but bun libraries (#526)
* update all but bun libraries Signed-off-by: kim <grufwub@gmail.com> * remove my personal build script changes Signed-off-by: kim <grufwub@gmail.com>
This commit is contained in:
parent
e06bf9cc9a
commit
b56dae8120
350 changed files with 305366 additions and 5943 deletions
6
vendor/github.com/tdewolff/minify/v2/Dockerfile
generated
vendored
6
vendor/github.com/tdewolff/minify/v2/Dockerfile
generated
vendored
|
|
@ -1,12 +1,12 @@
|
|||
# Use this image to build the executable
|
||||
FROM golang:1.16-alpine AS compiler
|
||||
|
||||
RUN apk add --no-cache git ca-certificates make
|
||||
|
||||
WORKDIR $GOPATH/src/minify
|
||||
COPY . .
|
||||
|
||||
RUN apk add --update --update-cache --no-cache git ca-certificates && \
|
||||
GO111MODULES=on CGO_ENABLED=0 go build -ldflags "-s -w" -trimpath -o /bin/minify ./cmd/minify
|
||||
|
||||
RUN /usr/bin/env bash -c make install
|
||||
|
||||
# Final image containing the executable from the previous step
|
||||
FROM alpine:3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue