Skip to content

Commit

Permalink
[build] Fix isc-dhcp full version in rules.mk (#13288) (#13357)
Browse files Browse the repository at this point in the history
  • Loading branch information
mssonicbld authored Jan 13, 2023
1 parent 65f3447 commit 9dfce87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/isc-dhcp.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# isc-dhcp packages

ISC_DHCP_VERSION = 4.4.1
ISC_DHCP_VERSION_FULL = ${ISC_DHCP_VERSION}-2.3
ISC_DHCP_VERSION_FULL = ${ISC_DHCP_VERSION}-2.3+deb11u1

export ISC_DHCP_VERSION ISC_DHCP_VERSION_FULL

Expand Down

0 comments on commit 9dfce87

Please sign in to comment.