release: v0.10.55 - fix: Dockerfile templates use GOWORK=off for independent component builds
This commit is contained in:
parent
a7fcba3587
commit
0c7282b9eb
11
changelog/v0.10.55.md
Normal file
11
changelog/v0.10.55.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# v0.10.55
|
||||||
|
|
||||||
|
**Released:** 2026-02-05
|
||||||
|
|
||||||
|
## Changes
|
||||||
|
|
||||||
|
fix: Dockerfile templates use GOWORK=off for independent component builds
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Image:** `ghcr.io/orchard9/rdev-api:v0.10.55`
|
||||||
@ -24,7 +24,7 @@ spec:
|
|||||||
serviceAccountName: rdev-api
|
serviceAccountName: rdev-api
|
||||||
containers:
|
containers:
|
||||||
- name: rdev-api
|
- name: rdev-api
|
||||||
image: ghcr.io/orchard9/rdev-api:v0.10.54
|
image: ghcr.io/orchard9/rdev-api:v0.10.55
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user