Updated Dockerfile-alpine to 3.14 (#1722)

* Update Dockerfile-alpine
This commit is contained in:
Marcel 2021-11-24 20:52:41 +01:00 committed by GitHub
parent f4c0a79425
commit a2d2ea93cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# -*-Dockerfile-*-
FROM alpine:3.13
FROM alpine:3.14
RUN apk add \
alpine-sdk gnupg xz curl-dev sqlite-dev binutils-gold \
autoconf automake ldc go
@ -12,7 +12,7 @@ RUN cd /usr/src/onedrive/ && \
make && \
make install
FROM alpine:3.13
FROM alpine:3.14
ENTRYPOINT ["/entrypoint.sh"]
RUN apk add --no-cache \
bash libcurl libgcc shadow sqlite-libs ldc-runtime && \