diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3498d02..fe023ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,5 +35,5 @@ jobs: file: "./docker/Dockerfile" platforms: linux/amd64,linux/arm64 tags: | - "${{env.BUILDKIT_IMAGE}}:v0.5" + "${{env.BUILDKIT_IMAGE}}:v0.6" "${{env.BUILDKIT_IMAGE}}:latest" diff --git a/docker/Dockerfile b/docker/Dockerfile index 0a27fd2..6e4111b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -21,7 +21,7 @@ ENV ACCESS_KEY="" ENV SECRET_KEY="" ENV S3_ENDPOINT=https://s3.amazonaws.com ARG DEBIAN_FRONTEND=noninteractive -ENV VERSION="v0.5" +ENV VERSION="v0.6" LABEL authors="Jonas Kaninda" RUN apt-get update -qq