Switch to 3.17.0 and fix entrypoint.sh permission.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#FROM alpine:3.15.0
|
||||
FROM alpine:edge
|
||||
FROM alpine:3.17.0
|
||||
#FROM alpine:edge
|
||||
|
||||
LABEL maintainer="Adrien Ferrand <ferrand.ad@gmail.com>"
|
||||
|
||||
@@ -52,6 +53,8 @@ COPY files/auth-ldap.conf /etc/lighttpd/auth-ldap.conf
|
||||
COPY files/entrypoint.sh /entrypoint.sh
|
||||
COPY files/supervisord.conf /etc/supervisord.conf
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
WORKDIR /home/backuppc
|
||||
|
||||
Reference in New Issue
Block a user