mirror of
https://github.com/allinurl/goaccess.git
synced 2025-06-18 14:35:34 -04:00
Update Dockerfile build stage to use alpine:3
This commit is contained in:
parent
187129b403
commit
3c4a77c02d
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.13 AS builds
|
||||
FROM alpine:3 AS builds
|
||||
RUN apk add --no-cache \
|
||||
autoconf \
|
||||
automake \
|
||||
|
Loading…
Reference in New Issue
Block a user