Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG UPSTREAM_VERSION=v0.6.8
ARG UPSTREAM_IMAGE_DIGEST=sha256:b623e13e2a97ae9ddcaca554f8847409f449b14c3e08c5e5faf78daab60dd9ad
ARG UPSTREAM_IMAGE_DIGEST=sha256:12f32c07c1b56efd80c92f1883bf7f88a976b403dd1e3a840ed1ee0342eb2823
FROM ghcr.io/we-promise/sure@${UPSTREAM_IMAGE_DIGEST}

ARG S6_OVERLAY_VERSION=3.1.6.2
Expand Down
Loading