Skip to content

Commit

Permalink
Merge pull request #34 from acavella/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
acavella committed Apr 9, 2024
2 parents 758c6af + af65565 commit 8a2f32e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_TAG=v1.1.2
ARG BUILD_TAG=v1.1.3

FROM docker.io/library/golang:1.20.12-alpine3.19 as builder
ARG BUILD_TAG
Expand Down
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ func main() {
crlfile, err := os.ReadFile(tmpfile)
if err != nil {
log.Error("Problem opening downloaded file: ", err)
log.Info("Moving to next CRL entry.")
goto SKIP
} else {
crl, err := x509.ParseRevocationList(crlfile)
if err != nil {
Expand Down

0 comments on commit 8a2f32e

Please sign in to comment.