Skip to content
Snippets Groups Projects
Commit fdf9b443 authored by ale's avatar ale
Browse files

Merge branch 'renovate/golang-1.x' into 'master'

Update golang Docker tag to v1.21.6

See merge request !61
parents a5e3d7c3 67f770aa
No related branches found
No related tags found
1 merge request!61Update golang Docker tag to v1.21.6
Pipeline #63535 passed
...@@ -12,7 +12,7 @@ RUN find /src/assets -type f -regextype egrep -regex '.*\.(css|js|svg|html)' -pr ...@@ -12,7 +12,7 @@ RUN find /src/assets -type f -regextype egrep -regex '.*\.(css|js|svg|html)' -pr
RUN find /src/assets -type f -regextype egrep -regex '.*\.(css|js|svg|html)' -print \ RUN find /src/assets -type f -regextype egrep -regex '.*\.(css|js|svg|html)' -print \
| xargs gzip -9k | xargs gzip -9k
FROM golang:1.21.1 AS build FROM golang:1.21.6 AS build
ADD . /src ADD . /src
WORKDIR /src WORKDIR /src
COPY --from=precompress /src/assets /src/assets COPY --from=precompress /src/assets /src/assets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment