Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Update alpine:3.16 Docker digest to 452e729 #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Update alpine:3.16 Docker digest to 452e729
renovate[bot] authored Jan 27, 2024
commit 0000942bb3de04b5317de513aae970e539615047
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ ENV GOBIN /out
RUN cd /doctree && go install ./cmd/doctree

# Dockerfile based on guidelines at https://github.com/hexops/dockerfile
FROM alpine:3.16@sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c
FROM alpine:3.16@sha256:452e7292acee0ee16c332324d7de05fa2c99f9994ecc9f0779c602916a672ae4

# Non-root user for security purposes.
#