Skip to content

Commit 86b1fa5

Browse files
committed
Don't use alpine 3.17 - we get a memory leak!
1 parent e2835d8 commit 86b1fa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mirror-updater/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17.2 AS zoekt-index
1+
FROM alpine:3.16.2 AS zoekt-index
22

33
RUN apk --no-cache add go git
44

@@ -8,7 +8,7 @@ RUN go install github.com/google/zoekt/cmd/zoekt-index@latest
88

99

1010

11-
FROM alpine:3.17.2 AS ctags
11+
FROM alpine:3.16.2 AS ctags
1212

1313
RUN apk --no-cache add wget
1414

@@ -21,7 +21,7 @@ RUN wget https://storage.googleapis.com/zoekt-binaries/${CTAGS_BIN}.tar.gz && \
2121

2222

2323

24-
FROM alpine:3.17.2
24+
FROM alpine:3.16.2
2525
LABEL maintainer "Mike Smith <[email protected]>"
2626

2727
COPY --from=ctags /ctags/* /usr/local/bin/

0 commit comments

Comments
 (0)