Merge pull request 'Update alpine Docker tag to v3.13.5' (#43) from renovate/docker-alpine-3.x into develop
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
Reviewed-on: https://git.roosens.me/fej/backend/pulls/43pull/53/head
commit
683e48281f
|
@ -23,7 +23,7 @@ RUN cargo install \
|
||||||
|
|
||||||
|
|
||||||
# Now, we create the actual image
|
# Now, we create the actual image
|
||||||
FROM alpine:3.12.5
|
FROM alpine:3.13.5
|
||||||
COPY ./docker/crontab /var/spool/cron/crontabs/fej
|
COPY ./docker/crontab /var/spool/cron/crontabs/fej
|
||||||
|
|
||||||
# Install some dynamic libraries needed for everything to work
|
# Install some dynamic libraries needed for everything to work
|
||||||
|
|
Loading…
Reference in New Issue