Skip to content

Commit

Permalink
Fix renovate
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jul 31, 2024
1 parent b7d7a3e commit fb9945c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
VERSION 0.7

# renovate: datasource=docker depName=golang
ARG --global GO_VERSION=1.22-bookworm
# renovate: datasource=docker depName=ubuntu
ARG --global BASE_IMAGE=quay.io/kairos/ubuntu:24.04-core-amd64-generic-v3.1.1-uki
# renovate: datasource=docker depName=golang versioning=docker
ARG --global GO_VERSION=1.22.5-bookworm
# renovate: datasource=github-releases depName=kairos-io/kairos
ARG IMAGE_VERSION=v3.1.1
ARG --global BASE_IMAGE=quay.io/kairos/ubuntu:24.04-core-amd64-generic-${BASE_IMAGE_VERSION}-uki

enki-image:
FROM DOCKERFILE -f Dockerfile .
Expand Down

0 comments on commit fb9945c

Please sign in to comment.