Skip to content

Commit ed0dab4

Browse files
committed
Upgrade to Ubuntu Noble + Postgresql client 16
1 parent 5697a69 commit ed0dab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ RUN apt-get update && \
2323

2424
COPY etc /etc
2525
COPY usr /usr
26-
RUN /usr/local/bin/init-backupninja.sh
26+
RUN chmod +x /usr/local/bin/init-backupninja.sh && /usr/local/bin/init-backupninja.sh
2727

2828
CMD ["/usr/local/bin/entrypoint.sh"]

0 commit comments

Comments
 (0)