From b936c4e278f665dab5d19bc1be9eacd29ab2bb74 Mon Sep 17 00:00:00 2001 From: bfren Date: Tue, 20 Jan 2026 19:48:18 +0000 Subject: [PATCH 1/3] Bumping version to 3.0.3 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index d9c62ed..282895a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.2 \ No newline at end of file +3.0.3 \ No newline at end of file From 9241ee38ca09ce4bb368ae36b19b974da411a6a6 Mon Sep 17 00:00:00 2001 From: bfren Date: Tue, 20 Jan 2026 19:48:20 +0000 Subject: [PATCH 2/3] Updating copyright year to 2026 --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index fa0e195..787fee8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2025 bfren +Copyright (c) 2022-2026 bfren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 1d357ba..fa80c7b 100644 --- a/README.md +++ b/README.md @@ -65,4 +65,4 @@ For `nu` duration and filesize types, visit [here](https://www.nushell.sh/book/t ## Copyright -> Copyright (c) 2022-2025 [bfren](https://bfren.dev) (unless otherwise stated) +> Copyright (c) 2022-2026 [bfren](https://bfren.dev) (unless otherwise stated) From ab6e75ec1cd104522e74214199137fe336261d78 Mon Sep 17 00:00:00 2001 From: bfren Date: Tue, 20 Jan 2026 19:48:26 +0000 Subject: [PATCH 3/3] Using latest base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bfcaf58..31424f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/node:node20-4.1.1 +FROM quay.io/bfren/node:node20-4.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-send"