summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-03-08 19:25:05 +0100
committerFlorian Dold <florian@dold.me>2023-03-08 19:25:05 +0100
commite847578e29398af6394e29f32d1906a10a98fb5a (patch)
treec1000b9739c31f8fed76e4e71ba3b2bfc8759c29 /packaging
parent4fd465d1423694d5629d162ba92c38cea40ce3e4 (diff)
downloaddeployment-e847578e29398af6394e29f32d1906a10a98fb5a.tar.gz
deployment-e847578e29398af6394e29f32d1906a10a98fb5a.tar.bz2
deployment-e847578e29398af6394e29f32d1906a10a98fb5a.zip
switcharoo
Diffstat (limited to 'packaging')
-rw-r--r--packaging/ubuntu-docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ubuntu-docker/Dockerfile b/packaging/ubuntu-docker/Dockerfile
index 19d8448..e762f37 100644
--- a/packaging/ubuntu-docker/Dockerfile
+++ b/packaging/ubuntu-docker/Dockerfile
@@ -45,7 +45,7 @@ RUN /root/exchange-build.sh v0.9.2-debian-2
COPY merchant-build.sh /root/
RUN chmod +x /root/merchant-build.sh
-RUN /root/merchant-build.sh v0.9.2-debian-3
+RUN /root/merchant-build.sh v0.9.2-debian-4
COPY sync-build.sh /root/
RUN chmod +x /root/sync-build.sh