Release 0.10.2

This commit is contained in:
Roman Vynar 2024-05-31 18:35:42 +03:00
parent f7e40bece8
commit bbefd03dbd
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
## Changelog
## UNRELEASED
## 0.10.2 (2024-05-31)
* Fix repo tag count when a repo name is a prefix for another repo name(s)
* Allow to override any config option via environment variables using SECTION_KEY_NAME syntax, e.g.

View File

@ -1,4 +1,4 @@
FROM golang:1.22.2-alpine3.19 as builder
FROM golang:1.22.3-alpine3.19 as builder
RUN apk update && \
apk add ca-certificates git bash gcc musl-dev

View File

@ -1,3 +1,3 @@
package main
const version = "0.10.1"
const version = "0.10.2"