Skip to content

Commit b4fed56

Browse files
fix: update ghcr.io/frantche/coder-full docker tag to v0.4.17 (#35)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent b9b76c7 commit b4fed56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template-kubernetes/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ resource "kubernetes_pod" "main" {
251251
container {
252252
name = "dev"
253253
# renovate: datasource=docker depName=ghcr.io/frantche/coder-full versioning=docker
254-
image = "ghcr.io/frantche/coder-full:0.4.16"
254+
image = "ghcr.io/frantche/coder-full:0.4.17"
255255
image_pull_policy = "Always"
256256
command = ["sh", "-c", coder_agent.main.init_script]
257257
security_context {

0 commit comments

Comments
 (0)