We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20b6e4 commit 648e71eCopy full SHA for 648e71e
1 file changed
docker-nginx/Dockerfile
@@ -5,7 +5,7 @@ RUN apk --no-cache add nginx php83-ctype php83-mbstring php83-fpm php83-mysqli p
5
6
WORKDIR /work
7
8
-RUN curl -o mlinvoice.zip https://labs.fi/files/mlinvoice-2.4.1.zip
+RUN curl -o mlinvoice.zip https://labs.fi/files/mlinvoice-2.4.2.zip
9
RUN unzip mlinvoice.zip
10
RUN rm mlinvoice.zip
11
0 commit comments