Skip to content
Snippets Groups Projects
Commit 4e7fb1ea authored by renovate's avatar renovate
Browse files

Update golang Docker tag to v1.24.1

parent dc55c6b1
No related branches found
No related tags found
1 merge request!55Update golang Docker tag to v1.24.1
Pipeline #89289 failed
FROM golang:1.23.2 as build
FROM golang:1.24.1 as build
ADD . /src
RUN cd /src && \
go build -ldflags="-extldflags=-static" -tags sqlite_omit_load_extension,netgo,osusergo -o tabacco ./cmd/tabacco && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment