Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.23
# syntax=docker/dockerfile:1.24
FROM debian:stable-slim

RUN --mount=type=secret,id=db_user \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.21
# syntax=docker/dockerfile:1.24
# Test that the wrongsecrets-swift musl binary runs correctly on Alpine.
# The musl binaries are fully statically linked (Swift runtime embedded), so they
# run natively on Alpine's musl libc without any extra shared libraries.
Expand Down
Loading