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

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

Update golang Docker tag to v1.18.0

See merge request !36
parents a11b46dd 5de5346b
No related branches found
No related tags found
1 merge request!36Update golang Docker tag to v1.18.0
......@@ -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 \
| xargs gzip -9k
FROM golang:1.17.3 AS build
FROM golang:1.18.0 AS build
ADD . /src
WORKDIR /src
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