mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-07-16 15:25:59 +00:00
Release 0.10.2
This commit is contained in:
parent
f7e40bece8
commit
bbefd03dbd
@ -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.
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
package main
|
||||
|
||||
const version = "0.10.1"
|
||||
const version = "0.10.2"
|
||||
|
Loading…
Reference in New Issue
Block a user