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

docs: CI/CD badge fixed #7

Merged
merged 2 commits into from
Aug 1, 2022
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN addgroup --gid 1000 nonroot && \
adduser -u 1000 -G nonroot -D -H -g "" nonroot && \
chmod a+x /usr/local/bin/mailrelay && \
apk add --no-cache \
ca-certificates=20211220-r0 \
ca-certificates=20220614-r0 \
libc6-compat=1.2.3-r0

USER 1000:1000
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![](https://badgen.net/docker/pulls/homecentr/mailrelay)](https://hub.docker.com/repository/docker/homecentr/mailrelay)
[![](https://badgen.net/docker/size/homecentr/mailrelay)](https://hub.docker.com/repository/docker/homecentr/mailrelay)

![CI/CD on master](https://github.com/homecentr/docker-mailrelay/workflows/CI/CD%20on%20master/badge.svg)
[![CI/CD](https://github.com/homecentr/docker-mailrelay/actions/workflows/ci_cd.yml/badge.svg)](https://github.com/homecentr/docker-mailrelay/actions/workflows/ci_cd.yml)


# Homecentr - mailrelay
Expand Down