Skip to content

Commit d1714a7

Browse files
use official alpine image for docker build
1 parent 29c73fc commit d1714a7

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
@@ -1,6 +1,6 @@
1-
FROM stefanprodan/alpine-base:latest@sha256:be230171b01adc5e166899785e9419d90d1359d53a690bf72b8d34c05a1e3f6a
1+
FROM alpine:latest
22

3-
RUN apk --no-cache add git
3+
RUN apk add --no-cache ca-certificates curl bash tar jq git
44

55
COPY src/entrypoint.sh /entrypoint.sh
66
RUN chmod +x /entrypoint.sh

0 commit comments

Comments
 (0)