release: v0.10.47 - fix: make go.work.sum optional in component Dockerfiles
This commit is contained in:
parent
196e3d96e8
commit
f8433a1d16
11
changelog/v0.10.47.md
Normal file
11
changelog/v0.10.47.md
Normal file
@ -0,0 +1,11 @@
|
||||
# v0.10.47
|
||||
|
||||
**Released:** 2026-02-03
|
||||
|
||||
## Changes
|
||||
|
||||
fix: make go.work.sum optional in component Dockerfiles
|
||||
|
||||
---
|
||||
|
||||
**Image:** `ghcr.io/orchard9/rdev-api:v0.10.47`
|
||||
@ -24,7 +24,7 @@ spec:
|
||||
serviceAccountName: rdev-api
|
||||
containers:
|
||||
- name: rdev-api
|
||||
image: ghcr.io/orchard9/rdev-api:v0.10.46
|
||||
image: ghcr.io/orchard9/rdev-api:v0.10.47
|
||||
imagePullPolicy: Always
|
||||
|
||||
ports:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user