File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 AS builder
1
+ FROM alpine@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 AS builder
2
2
3
3
# imapfilter_spec can be a specific commit or a version tag
4
4
ARG imapfilter_spec=master
@@ -14,7 +14,7 @@ RUN apk --no-cache add lua openssl pcre git \
14
14
&& git checkout "${imapfilter_spec}" \
15
15
&& make && make install
16
16
17
- FROM alpine@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
17
+ FROM alpine@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
18
18
19
19
# create an empty config.lua to prevent an error when running imapfilter directly
20
20
RUN adduser -D -u 1001 imapfilter \
You can’t perform that action at this time.
0 commit comments