From b0105cf58406f5f2c167e1ac37f2afbdd4c651f2 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 17 Oct 2022 16:54:16 +0200 Subject: [PATCH] chore: bump base image to nix2.11.0 --- .drone.yml | 4 +++- Containerfile | 2 +- README.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 82bd66c..7d3df75 100644 --- a/.drone.yml +++ b/.drone.yml @@ -51,8 +51,10 @@ steps: - VCS_REF=${DRONE_COMMIT_SHA:0:7} tags: - latest + - nix2.11.0 - linux-amd64 - ${DRONE_COMMIT_SHA:0:8} + - ${DRONE_COMMIT_SHA:0:8}-nix2.11.0 repo: immawanderer/nix-statix username: from_secret: dh_username @@ -69,6 +71,6 @@ trigger: --- kind: signature -hmac: 4332a4549f9f31d144d8d663527c62b216d536320d45049a9d5790e67076dc1c +hmac: ac38113cea0b3914210b4cb2d6c815281c7ee433e3c3931f6165046faa572f7e ... diff --git a/Containerfile b/Containerfile index d6fa285..90622b4 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.3 -FROM docker.io/nixos/nix:2.8.0-amd64 +FROM docker.io/nixos/nix:2.11.0-amd64 ARG BUILD_DATE ARG VCS_REF diff --git a/README.md b/README.md index 8c7c251..3fe881c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ the Containerfile in this repo simply installs `statix` on top of the base image, the rationale being this image can be cached for reuse in CI (such as [Drone](https://drone.io) with ephemeral containers). -based on `docker.io/nixos/nix:2.8.0-amd64`, weekly rebuilt on cron. +based on `docker.io/nixos/nix` (see tag for the `nix` version bundled), latest +version weekly rebuilt on cron. ### LICENSE GPL-3.0-or-later (see [LICENSE](LICENSE) for details).