We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e933ba0 commit b9f6893Copy full SHA for b9f6893
.github/workflows/tool-image.yml
@@ -65,4 +65,4 @@ jobs:
65
push: true
66
tags: ${{ steps.prep.outputs.tags }}
67
build-args: |
68
- ENKI_VERSION=0.0.1
+ ENKI_VERSION=v0.0.2
tools-image/Dockerfile
@@ -1,7 +1,7 @@
1
# https://quay.io/repository/kairos/packages?tab=tags&tag=latest
2
ARG LEAP_VERSION=15.5
3
ARG LUET_VERSION=0.34.0
4
-ARG ENKI_VERSION=0.0.1
+ARG ENKI_VERSION=v0.0.2
5
6
FROM quay.io/luet/base:$LUET_VERSION AS luet
7
FROM quay.io/kairos/enki:${ENKI_VERSION} as enki
0 commit comments