diff options
| author | TeoMatthew <adumat@users.noreply.github.com> | 2025-07-19 15:09:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-19 14:09:04 +0100 |
| commit | 4fe541c422ad8481296bc988da8344c0725c997b (patch) | |
| tree | 3c3faef654ebf2138e289be107f5d8bf41510295 /docker | |
| parent | b992fadd44c2be07efa6b1f85c9ec0be18b788fb (diff) | |
| download | karakeep-4fe541c422ad8481296bc988da8344c0725c997b.tar.zst | |
deps: bump s6-overlay version (#1750)
update s6-overlay to catch a fix for kubernetes readonly fs
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 7a3f4cb2..01e318d0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -50,7 +50,7 @@ EXPOSE 3000 ###################### # Prepare s6-overlay ###################### -ARG S6_OVERLAY_VERSION=3.2.0.0 +ARG S6_OVERLAY_VERSION=3.2.1.0 ARG TARGETARCH ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz /tmp |
