diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f63f72f..314567e 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.3" + "${{env.BUILDKIT_IMAGE}}:v0.5" "${{env.BUILDKIT_IMAGE}}:latest" diff --git a/docker/Dockerfile b/docker/Dockerfile index f9793e1..82123b6 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.3" +ENV VERSION="v0.4" LABEL authors="Jonas Kaninda" RUN apt-get update -qq