Skip to content

Commit a074336

Browse files
committed
Another docker fix
1 parent 7627bd2 commit a074336

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/docker-stable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ jobs:
4040
platforms: linux/amd64,linux/arm64
4141
tags: socketdev/cli:stable
4242
build-args: |
43-
CLI_VERSION=${{ inputs.version }}
43+
CLI_VERSION=${{ inputs.version }}
44+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.1.39"
9+
version = "2.1.40"
1010
requires-python = ">= 3.10"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

socketsecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.1.39'
2+
__version__ = '2.1.40'

0 commit comments

Comments
 (0)