From d6d6d84e438e4e864ff9fe95da80442e7fae88ee Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 31 May 2020 16:00:26 -0400 Subject: [PATCH] lol oops cacert --- CHANGELOG.md | 2 +- docker.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf96c5f..fc77716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.2.1 -Hotfix for a typo in the docker manifest. +Hotfix for typos in the docker manifest. ## 0.2.0 diff --git a/docker.nix b/docker.nix index 2fec3e6..b4e47d0 100644 --- a/docker.nix +++ b/docker.nix @@ -10,7 +10,7 @@ let name = "xena/gitea-release"; tag = "${gitea-release.version}"; - contents = [ pkg ]; + contents = [ pkgs.cacert pkg ]; config = { Cmd = [ "/bin/gitea-release" "drone-plugin" ];