Skip to content

Commit

Permalink
[build] Fix isc-dhcp full version in rules.mk (sonic-net#13288) (soni…
Browse files Browse the repository at this point in the history
  • Loading branch information
mssonicbld authored Jan 12, 2023
1 parent feef9ca commit 5a30233
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 5a30233

Please sign in to comment.