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

Commit

Permalink
fix: CI/CD badge fixed, alpine packages updated (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota authored Aug 1, 2022
1 parent 7c854c1 commit bd40573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit bd40573

Please sign in to comment.