Skip to content

Commit 3e4e87c

Browse files
authored
fix(docker): add git package (#421)
1 parent 0f9f4b2 commit 3e4e87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ COPY . $GOPATH/src/$REPOSITORY
1111
RUN cd $GOPATH/src/$REPOSITORY && make install
1212

1313

14-
FROM alpine:3.14
14+
FROM alpine:3.21
1515

1616
ENV LOGDIR /var/log/go-cve-dictionary
1717
ENV WORKDIR /go-cve-dictionary
1818

19-
RUN apk add --no-cache ca-certificates \
19+
RUN apk add --no-cache ca-certificates git \
2020
&& mkdir -p $WORKDIR $LOGDIR
2121

2222
COPY --from=builder /go/bin/go-cve-dictionary /usr/local/bin/

0 commit comments

Comments
 (0)